diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 15:11:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 15:11:18 +0000 |
commit | 3ec2cc50261f37b76e0eba80735319272d3f3062 (patch) | |
tree | 62230d3f73b9b052a0de584223c707dae08f052f /runlevels.BSD/Makefile | |
parent | bd85c4a5e757f4b9025c3ee2733a1ada01c27519 (diff) |
Add a syslogd init script
Diffstat (limited to 'runlevels.BSD/Makefile')
-rw-r--r-- | runlevels.BSD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 22f5b799..a998524b 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ -BOOTLEVEL = net.lo0 sysctl syscons -DEFAULT = local.rc +BOOTLEVEL = net.lo0 syscons +DEFAULT = local.rc syslogd TOPDIR = .. include $(TOPDIR)/runlevels.mk |