first pass for new make
[unix-history] / usr / src / old / implog / Makefile
index ae685d0..d94df8b 100644 (file)
@@ -1,24 +1,7 @@
-# Copyright (c) 1983 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.2 (Berkeley) %G%
-#
-ALL=   implog implogd
-DESTDIR=
-CFLAGS=-O
+#      @(#)Makefile    5.9 (Berkeley) %G%
 
 
-all:   ${ALL}
+PROG=  implog
+MAN8=  implog.0
 
 
-implog:        implog.o
-       ${CC} implog.o -o implog
+.include <bsd.prog.mk>
 
 
-implogd: implogd.o
-       ${CC} implogd.o -o implogd
-
-clean:
-       rm -f ${ALL} *.o *.s errs core a.out t.?
-
-install: ${ALL}
-       install implog ${DESTDIR}/etc
-       install implogd ${DESTDIR}/etc