Home
last modified time | relevance | path

Searched refs:IPFTEST_OBJS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A DMakefile49 IPFTEST_OBJS= ipftest.o ipfzone.o \ macro
79 ipftest := OBJS += $(IPFTEST_OBJS)
89 CLEANFILES += $(IPF_OBJS) $(IPFS_OBJS) $(IPFTEST_OBJS) $(IPFSTAT_OBJS)
236 ipftest: $(IPFTEST_OBJS) $(LIBIPF) $(MAPFILE.NGB)
237 $(LINK.c) $(ZIGNORE) -o ipftest $(IPFTEST_OBJS) $(LDLIBS)