30 misc.o \
31 tnrh.o tnrhtp.o tnmlp.o \
32 tsol_getrhent.o tsol_gettpent.o \
33 tsol_sgetrhent.o tsol_sgettpent.o tsol_sgetzcent.o
34
35 include ../../Makefile.lib
36
37 # install this library in the root filesystem
38 include ../../Makefile.rootfs
39
40 LIBS = $(DYNLIB) $(LINTLIB)
41
42 SRCDIR = ../common
43 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
44
45 LDLIBS += -lsocket -lnsl -lc -lsecdb -ltsol
46
47 LIBTSOLINC = $(SRC)/lib/libtsol/common
48
49 CPPFLAGS += -D_REENTRANT -I$(LIBTSOLINC)
50 CERRWARN += -_gcc=-Wno-uninitialized
51
52 .KEEP_STATE:
53
54 all: $(LIBS)
55
56 lint: lintcheck
57
58 include ../../Makefile.targ
|
30 misc.o \
31 tnrh.o tnrhtp.o tnmlp.o \
32 tsol_getrhent.o tsol_gettpent.o \
33 tsol_sgetrhent.o tsol_sgettpent.o tsol_sgetzcent.o
34
35 include ../../Makefile.lib
36
37 # install this library in the root filesystem
38 include ../../Makefile.rootfs
39
40 LIBS = $(DYNLIB) $(LINTLIB)
41
42 SRCDIR = ../common
43 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
44
45 LDLIBS += -lsocket -lnsl -lc -lsecdb -ltsol
46
47 LIBTSOLINC = $(SRC)/lib/libtsol/common
48
49 CPPFLAGS += -D_REENTRANT -I$(LIBTSOLINC)
50 CERRWARN += $(CNOWARN_UNINIT)
51
52 .KEEP_STATE:
53
54 all: $(LIBS)
55
56 lint: lintcheck
57
58 include ../../Makefile.targ
|