aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-07-20 12:51:07 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-07-20 15:37:50 -0500
commitb085b2cda58bc884acb959e48f14fb044c983042 (patch)
tree107ed2bc2e0ad604179182ba977779c2a0053420 /etc/Makefile
parentdaf93977641201f16c477b075ce9055a1da8f7b3 (diff)
etc: create default rc.conf
Before now, /etc/rc.conf was created by the build system from multiple rc.conf.* file fragments and there was no reason for this.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 53bf47cc..1695dee5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,10 +1,8 @@
DIR= ${SYSCONFDIR}
-SRCS= rc.conf.in rc.in rc.shutdown.in
+SRCS= rc.in rc.shutdown.in
BIN= ${BIN-${OS}}
CONF= rc.conf ${BIN-${OS}}
-CLEANFILES+= rc.conf
-
MK= ../mk
include ${MK}/os.mk
@@ -23,6 +21,3 @@ CONF-NetBSD=
SED_EXTRA= ${SED_EXTRA-${OS}}
include ${MK}/scripts.mk
-
-rc.conf: rc.conf.in rc.conf.${OS}
- ${SED} ${SED_REPLACE} ${SED_EXTRA} $^ > $@