date and time created 91/03/02 13:15:32 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Mar 1991 05:15:32 +0000 (21:15 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Mar 1991 05:15:32 +0000 (21:15 -0800)
SCCS-vsn: usr.bin/uucp/uuclean/Makefile 5.1

usr/src/usr.bin/uucp/uuclean/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/uucp/uuclean/Makefile b/usr/src/usr.bin/uucp/uuclean/Makefile
new file mode 100644 (file)
index 0000000..5ffa6cc
--- /dev/null
@@ -0,0 +1,11 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+PROG=  uuclean
+CFLAGS+=-I${.CURDIR}/../includes
+BINDIR=        ${LIBDIR}
+BINMODE=6111
+DPADD= ${LIBCOMPAT}
+LDADD= ${LIBUU} -lcompat
+MAN8=  uuclean.0
+
+.include <bsd.prog.mk>