19 #
20 # CDDL HEADER END
21 #
22 #
23 # Copyright (c) 2000 by Sun Microsystems, Inc.
24 # All rights reserved.
25 #
26
27 PROG = ncaconfd
28
29 .KEEP_STATE:
30
31 all: $(PROG)
32
33 include ../../../Makefile.cmd
34 include ../Makefile.lib
35
36 LDLIBS += -lsocket -lnsl
37 CPPFLAGS += -I$(SRC)/uts/common/inet/nca
38
39 CERRWARN += -_gcc=-Wno-uninitialized
40
41 POFILE = ${PROG}.po
42
43 install: all $(ROOTLIBINETPROG)
44
45 clean:
46 $(RM) $(PROG)
47
48 include ../../../Makefile.targ
49
50 lint: lint_PROG
|
19 #
20 # CDDL HEADER END
21 #
22 #
23 # Copyright (c) 2000 by Sun Microsystems, Inc.
24 # All rights reserved.
25 #
26
27 PROG = ncaconfd
28
29 .KEEP_STATE:
30
31 all: $(PROG)
32
33 include ../../../Makefile.cmd
34 include ../Makefile.lib
35
36 LDLIBS += -lsocket -lnsl
37 CPPFLAGS += -I$(SRC)/uts/common/inet/nca
38
39 CERRWARN += $(CNOWARN_UNINIT)
40
41 POFILE = ${PROG}.po
42
43 install: all $(ROOTLIBINETPROG)
44
45 clean:
46 $(RM) $(PROG)
47
48 include ../../../Makefile.targ
49
50 lint: lint_PROG
|