aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-06-28 01:04:54 +0000
committerBrian Somers <brian@FreeBSD.org>1997-06-28 01:04:54 +0000
commitc957ff409ac581ff4e06c39cee3f806faa32e727 (patch)
tree34cadfd9b750e70c02ba0d071d013f0191f89741 /usr.sbin/pppctl/Makefile
parent58db75841d817491bb4e707d2396466661f2bcc8 (diff)
Notes
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 0000000000000..fca11dd5fd935
--- /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>