summaryrefslogtreecommitdiff
path: root/sh/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-20 17:39:13 +0000
committerRoy Marples <roy@marples.name>2007-12-20 17:39:13 +0000
commitcbea91cae5ab8ff97f4d534181c0b0ea7c743d38 (patch)
treedadf7fb380bffd9694f42e0c202ece10eaa5b1f9 /sh/Makefile
parente4575849bee50b0cd7bb6a18bc41071b1b05138a (diff)
downloadopenrc-cbea91cae5ab8ff97f4d534181c0b0ea7c743d38.tar.gz
openrc-cbea91cae5ab8ff97f4d534181c0b0ea7c743d38.tar.bz2
openrc-cbea91cae5ab8ff97f4d534181c0b0ea7c743d38.tar.xz
Remove rc-help.sh and replace with a man page for runscript 8.
Diffstat (limited to 'sh/Makefile')
-rw-r--r--sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile
index e34d830..302ff53 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -1,6 +1,6 @@
DIR = $(RC_LIB)/sh
INC = 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
+BIN = gendepends.sh net.sh runscript.sh
TOPDIR = ..
include $(TOPDIR)/default.mk