diff options
author | Roy Marples <roy@marples.name> | 2008-05-12 15:13:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-05-12 15:13:35 +0000 |
commit | 0f51f3e8632553e769766ab559dcc6de6cf5abc5 (patch) | |
tree | 37cd077a04dff64ac89f4042a6e989cc9d217a80 | |
parent | be8f8d0ac0f75dbfb5b804dfb3725cf842654cae (diff) |
We should add devdb to boot.
-rw-r--r-- | runlevels/Makefile.NetBSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile.NetBSD b/runlevels/Makefile.NetBSD index a2352bfc..d76ccea6 100644 --- a/runlevels/Makefile.NetBSD +++ b/runlevels/Makefile.NetBSD @@ -2,4 +2,4 @@ BOOT+= hostid net.lo0 newsyslog savecore syslogd # NetBSD specific stuff -BOOT+= swap-blk ttys wscons +BOOT+= devdb swap-blk ttys wscons |