diff options
-rw-r--r-- | runlevels.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 45dd4774..51ccbdc7 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,4 +1,4 @@ -BOOTLEVEL = net.lo0 syscons +BOOT = net.lo0 syscons DEFAULT = local.rc powerd syslogd TOPDIR = .. |