summaryrefslogtreecommitdiff
path: root/init.d/Makefile.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-26 09:36:34 +0000
committerRoy Marples <roy@marples.name>2008-03-26 09:36:34 +0000
commit6af2b20297afb9cca88eb4843997c87eb48a5429 (patch)
tree5716be748b0139abe4421cab3679e0abcebe5915 /init.d/Makefile.Linux
parent1b40379a79cb96d9ca8fb0d268a73fe7426fbf5c (diff)
downloadopenrc-6af2b20297afb9cca88eb4843997c87eb48a5429.tar.gz
openrc-6af2b20297afb9cca88eb4843997c87eb48a5429.tar.bz2
openrc-6af2b20297afb9cca88eb4843997c87eb48a5429.tar.xz
Split sysctl into Linux and BSD specific files.
Diffstat (limited to 'init.d/Makefile.Linux')
-rw-r--r--init.d/Makefile.Linux4
1 files changed, 4 insertions, 0 deletions
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} $< > $@