diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 17:11:55 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 17:11:55 +0000 |
commit | 18acf0803c49e5921cac4b065d5962a51df89231 (patch) | |
tree | 762d68b484fab6c193af62045537907bcf3ca2d7 /init.d.BSD | |
parent | a00f9ed6313a679d97fd54fe75f8b5e85b66c524 (diff) |
Install the rarpd init script
Diffstat (limited to 'init.d.BSD')
-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 af6b03e2..41bafce5 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/init.d -BIN = clock ipfw moused powerd rpcbind syscons sysctl syslogd +BIN = clock ipfw moused powerd rarpd rpcbind syscons sysctl syslogd TOPDIR = .. include $(TOPDIR)/default.mk |