From b085b2cda58bc884acb959e48f14fb044c983042 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 20 Jul 2016 12:51:07 -0500 Subject: 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. --- etc/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/Makefile') 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} $^ > $@ -- cgit v1.2.3