summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe/Makefile
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2000-06-18 07:30:42 +0000
committerJason Wright <jason@cvs.openbsd.org>2000-06-18 07:30:42 +0000
commit2150d33fb6cf1dfe1016cbf7782271645f323685 (patch)
treea63b5f9c629d99e6f6e3e99b7e00fb61855ed3c2 /usr.sbin/pppoe/Makefile
parenta9a8db41f99fc2b2bd057e21ca6bec6059a826af (diff)
import my pppoe code
Diffstat (limited to 'usr.sbin/pppoe/Makefile')
-rw-r--r--usr.sbin/pppoe/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/pppoe/Makefile b/usr.sbin/pppoe/Makefile
new file mode 100644
index 00000000000..600f58f625d
--- /dev/null
+++ b/usr.sbin/pppoe/Makefile
@@ -0,0 +1,7 @@
+
+PROG= pppoe
+MAN= pppoe.8
+SRCS= client.c common.c debug.c pppoe.c server.c session.c tag.c
+CFLAGS+= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
+
+.include <bsd.prog.mk>