From 6af2b20297afb9cca88eb4843997c87eb48a5429 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 26 Mar 2008 09:36:34 +0000 Subject: Split sysctl into Linux and BSD specific files. --- init.d/Makefile.NetBSD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.d/Makefile.NetBSD') diff --git a/init.d/Makefile.NetBSD b/init.d/Makefile.NetBSD index 90832db..0bf2f65 100644 --- a/init.d/Makefile.NetBSD +++ b/init.d/Makefile.NetBSD @@ -1,6 +1,10 @@ # Generic BSD scripts SRCS+= hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \ - rpcbind.in savecore.in sysctl.in syslogd.in + rpcbind.in savecore.in syslogd.in # These are NetBSD specific SRCS+= swap-blk.in ttys.in wscons.in + +.SUFFIXES: .BSD.in +.BSD.in: + sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ -- cgit v1.2.3