diff options
Diffstat (limited to 'init.d.BSD')
-rw-r--r-- | init.d.BSD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile index 0808c286..b15b007b 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,5 @@ -DIR = /etc/init.d -EXES = clock +DIR = /etc/init.d +BIN = clock TOPDIR = .. include $(TOPDIR)/default.mk |