From 8397c013f02bdafe96d745761a052917d2e8609f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 2 Nov 1996 00:44:01 +0000 Subject: [PATCH] added purify target --- src/ca/Makefile.Unix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ca/Makefile.Unix b/src/ca/Makefile.Unix index 3b0d158ed..4a2ac5463 100644 --- a/src/ca/Makefile.Unix +++ b/src/ca/Makefile.Unix @@ -34,3 +34,7 @@ TARGETS = acctst catime include $(TOP)/config/RULES.Unix +pacctst: acctst.o $(DEPLIBS) + $(PURIFY) -best-effort $(LINK.c) -o $@ acctst.o $(DEPLIBS) + +