summaryrefslogtreecommitdiff
path: root/sh/Makefile
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 /sh/Makefile
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 'sh/Makefile')
-rw-r--r--sh/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sh/Makefile b/sh/Makefile
index aa9a4b4..0be6c65 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -1,7 +1,7 @@
-DIR = $(RC_LIB)/sh
-FILES = functions.sh init-functions.sh init-common-post.sh \
- rc-functions.sh rc-mount.sh
-EXES = gendepends.sh net.sh rc-mount.sh rc-help.sh runscript.sh
+DIR = $(RC_LIB)/sh
+CONF = functions.sh init-functions.sh init-common-post.sh \
+ rc-functions.sh rc-mount.sh
+BIN = gendepends.sh net.sh rc-mount.sh rc-help.sh runscript.sh
TOPDIR = ..
include $(TOPDIR)/default.mk