aboutsummaryrefslogtreecommitdiff
path: root/bsdconfig/networking/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bsdconfig/networking/Makefile')
-rw-r--r--bsdconfig/networking/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsdconfig/networking/Makefile b/bsdconfig/networking/Makefile
new file mode 100644
index 000000000000..6a1eedda8a9f
--- /dev/null
+++ b/bsdconfig/networking/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+SUBDIR= include share
+
+FILESDIR= ${LIBEXECDIR}/bsdconfig/120.networking
+FILES= INDEX USAGE
+
+SCRIPTSDIR= ${FILESDIR}
+SCRIPTS= defaultrouter devices hostname nameservers networking \
+ wlanconfig
+
+.include <bsd.prog.mk>