diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 16:53:45 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 16:53:45 +0000 |
commit | a12da90fb324fa5d88e4cc753ffcf680b70251b3 (patch) | |
tree | 72eee85cb796a673e324bf262bfc4611f5ef8519 /init.d.BSD/Makefile | |
parent | 739d51c349c3e046e1f895edd5f0784c1789ce21 (diff) |
Add an ipfw 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 5e035284..af6b03e2 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/init.d -BIN = clock moused powerd rpcbind syscons sysctl syslogd +BIN = clock ipfw moused powerd rpcbind syscons sysctl syslogd TOPDIR = .. include $(TOPDIR)/default.mk |