summaryrefslogtreecommitdiffstats
path: root/usr.bin/uucp/uupoll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/uucp/uupoll/Makefile')
-rw-r--r--usr.bin/uucp/uupoll/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/uucp/uupoll/Makefile b/usr.bin/uucp/uupoll/Makefile
new file mode 100644
index 0000000..fd39c3c
--- /dev/null
+++ b/usr.bin/uucp/uupoll/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= uupoll
+CFLAGS+=-I${.CURDIR}/../includes
+BINMODE=6555
+DPADD= ${LIBCOMPAT}
+LDADD= ${LIBUU} -lcompat
+MAN8= uupoll.0
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud