diff options
Diffstat (limited to 'runlevels')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index da2d4ea3..509bb5f3 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -37,7 +37,7 @@ BOOT-NetBSD= hostid newsyslog savecore syslogd # NetBSD specific stuff BOOT-NetBSD+= devdb swap-blk ttys wscons -ifeq(${MKOLDNET},yes) +ifeq (${MKOLDNET},yes) boot-FreeBSD += net.lo0 boot-Linux += net.lo boot-NetBSD += net.lo0 |