diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 15:56:06 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 16:21:48 -0500 |
commit | daf93977641201f16c477b075ce9055a1da8f7b3 (patch) | |
tree | fc00d8b34f876e52f070ed81f7331726e6a32ca1 /init.d/Makefile | |
parent | 2984504c887afc9a36610eb7c20b097f7d1e70d0 (diff) |
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.
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |