summaryrefslogtreecommitdiff
path: root/init.d.BSD/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 12:10:32 +0000
committerRoy Marples <roy@marples.name>2007-11-20 12:10:32 +0000
commit91db53cef3536a45ab245d6f182fbd1c141583cf (patch)
tree6cbdf0fc22dbacc8ac8cf5a4d97c037de3195132 /init.d.BSD/Makefile
parentd063cda7e1afd959dea908bf8bb892ce7db7fe40 (diff)
downloadopenrc-91db53cef3536a45ab245d6f182fbd1c141583cf.tar.gz
openrc-91db53cef3536a45ab245d6f182fbd1c141583cf.tar.bz2
openrc-91db53cef3536a45ab245d6f182fbd1c141583cf.tar.xz
Move sysctl into it's own init script
Diffstat (limited to 'init.d.BSD/Makefile')
-rw-r--r--init.d.BSD/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile
index b15b007..ee03f7b 100644
--- a/init.d.BSD/Makefile
+++ b/init.d.BSD/Makefile
@@ -1,5 +1,5 @@
DIR = /etc/init.d
-BIN = clock
+BIN = clock sysctl
TOPDIR = ..
include $(TOPDIR)/default.mk