diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 12:10:32 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 12:10:32 +0000 |
commit | 91db53cef3536a45ab245d6f182fbd1c141583cf (patch) | |
tree | 6cbdf0fc22dbacc8ac8cf5a4d97c037de3195132 /init.d.BSD/Makefile | |
parent | d063cda7e1afd959dea908bf8bb892ce7db7fe40 (diff) |
Move sysctl into it's own init script
Diffstat (limited to 'init.d.BSD/Makefile')
-rw-r--r-- | init.d.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile index b15b007b..ee03f7b9 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 |