summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/ppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/ppp/Makefile')
-rw-r--r--sys/modules/netgraph/ppp/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/netgraph/ppp/Makefile b/sys/modules/netgraph/ppp/Makefile
new file mode 100644
index 0000000..590e10a
--- /dev/null
+++ b/sys/modules/netgraph/ppp/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+# $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $
+
+KMOD= ng_ppp
+SRCS= ng_ppp.c
+MAN8= ng_ppp.8
+KMODDEPS= netgraph
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud