summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runlevels.BSD/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile
index da52507..e49331d 100644
--- a/runlevels.BSD/Makefile
+++ b/runlevels.BSD/Makefile
@@ -1,5 +1,5 @@
-BOOT = dumpon net.lo0 savecore syscons
-DEFAULT = local.rc powerd syslogd
+BOOT = dumpon net.lo0 savecore syscons syslogd
+DEFAULT = local.rc powerd
TOPDIR = ..
include $(TOPDIR)/runlevels.mk