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.Linux | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.d/Makefile.Linux') diff --git a/init.d/Makefile.Linux b/init.d/Makefile.Linux index f8be1de..653913c 100644 --- a/init.d/Makefile.Linux +++ b/init.d/Makefile.Linux @@ -1,2 +1,6 @@ SRCS+= hwclock.in consolefont.in keymaps.in modules.in mtab.in numlock.in \ procfs.in + +.SUFFIXES: .Linux.in +.Linux.in: + sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ -- cgit v1.2.3