summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-28 01:04:54 +0000
committerbrian <brian@FreeBSD.org>1997-06-28 01:04:54 +0000
commit4cd0616eedceb71683cb87759c1f36069ad2f73d (patch)
tree425e2e6e73316c1e0e3c9749f028bfc27700c756 /usr.sbin/pppctl/Makefile
parent13275e43c59bad05b4e488eb728ac9b8210a2654 (diff)
downloadFreeBSD-src-4cd0616eedceb71683cb87759c1f36069ad2f73d.zip
FreeBSD-src-4cd0616eedceb71683cb87759c1f36069ad2f73d.tar.gz
Allow command line control of ppp through both
TCP and AF_LOCAL sockets.
Diffstat (limited to 'usr.sbin/pppctl/Makefile')
-rw-r--r--usr.sbin/pppctl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
new file mode 100644
index 0000000..fca11dd
--- /dev/null
+++ b/usr.sbin/pppctl/Makefile
@@ -0,0 +1,8 @@
+# $Id:$
+
+PROG= pppctl
+SRCS= pppctl.c
+CFLAGS+=-Wall
+MAN8= pppctl.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud