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

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

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