summaryrefslogtreecommitdiffstats
path: root/libexec/pppoed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/pppoed/Makefile')
-rw-r--r--libexec/pppoed/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile
new file mode 100644
index 0000000..438dee6
--- /dev/null
+++ b/libexec/pppoed/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PROG= pppoed
+SRCS= pppoed.c
+DPADD= ${LIBNETGRAPH}
+LDADD= -lnetgraph
+MAN8= pppoed.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud