diff options
Diffstat (limited to 'runlevels/Makefile.NetBSD')
-rw-r--r-- | runlevels/Makefile.NetBSD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runlevels/Makefile.NetBSD b/runlevels/Makefile.NetBSD index ad61d8fb..e6c2e646 100644 --- a/runlevels/Makefile.NetBSD +++ b/runlevels/Makefile.NetBSD @@ -1 +1,5 @@ -BOOT+= ttys wscons +# Generic BSD stuff +BOOT+= hostid net.lo0 newsyslog savecore syslogd + +# NetBSD specific stuff +BOOT+= ttys wscons |