aboutsummaryrefslogtreecommitdiff
path: root/etc/casper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/casper/Makefile')
-rw-r--r--etc/casper/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/casper/Makefile b/etc/casper/Makefile
new file mode 100644
index 000000000000..d1cd9f4da4a4
--- /dev/null
+++ b/etc/casper/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+FILES= system.dns
+FILES+= system.grp
+FILES+= system.pwd
+FILES+= system.random
+FILES+= system.sysctl
+
+NO_OBJ=
+FILESDIR= /etc/casper
+
+.include <bsd.prog.mk>