added purify build

This commit is contained in:
Jeff Hill
1997-03-10 23:07:36 +00:00
parent 457d64640e
commit f0120adba4

View File

@@ -55,4 +55,10 @@ TESTPROD := catime acctst
include $(TOP)/config/RULES.Host
pcatime : catime.o $(PRODDEPLIBS)
$(PURIFY) $(LINK.c) catime.o $(LDLIBS)
pacctst : acctst.o $(PRODDEPLIBS)
$(PURIFY) $(LINK.c) acctst.o $(LDLIBS)
# EOF Makefile.Host