summaryrefslogtreecommitdiff
path: root/init.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-19 13:48:43 +0000
committerRoy Marples <roy@marples.name>2007-11-19 13:48:43 +0000
commit5f8cf73b22b259658d92397f3e6478ef80ed5691 (patch)
tree56b3aee976fcb92d04d406860081daaed8c7208c /init.d.Linux
parent2ef9c5c5208d6d911c3826d94ac72c2bd9813c2c (diff)
downloadopenrc-5f8cf73b22b259658d92397f3e6478ef80ed5691.tar.gz
openrc-5f8cf73b22b259658d92397f3e6478ef80ed5691.tar.bz2
openrc-5f8cf73b22b259658d92397f3e6478ef80ed5691.tar.xz
Our build chain now works with GNU and BSD make implementations
Diffstat (limited to 'init.d.Linux')
-rw-r--r--init.d.Linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d.Linux/Makefile b/init.d.Linux/Makefile
index b8328d2..48ad03f 100644
--- a/init.d.Linux/Makefile
+++ b/init.d.Linux/Makefile
@@ -1,5 +1,5 @@
-DIR = /etc/init.d
-EXES = clock consolefont keymaps modules numlock
+DIR = /etc/init.d
+BIN = clock consolefont keymaps modules numlock
TOPDIR = ..
include $(TOPDIR)/default.mk