From daf93977641201f16c477b075ce9055a1da8f7b3 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 19 Jul 2016 15:56:06 -0500 Subject: init.d: combine sysctl scripts We had separate sysctl scripts for each operating system. However, there is no need to do this since we can detect the operating system at runtime with $RC_UNAME. --- init.d/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.d/Makefile') diff --git a/init.d/Makefile b/init.d/Makefile index 55db3d14..a44c4e66 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -31,9 +31,6 @@ SRCS-NetBSD= hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \ # These are NetBSD specific SRCS-NetBSD+= devdb.in swap-blk.in ttys.in wscons.in -%.in: %${SFX} - sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ - include ${MK}/scripts.mk _installafter_: realinstall -- cgit v1.2.3