diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-09 09:12:31 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-09 09:12:31 -0500 |
commit | a1bf1025918d6af1ad093c27ead9f170be7064d9 (patch) | |
tree | bafc20f5c4be162387ee31d92b242e0ea40e3961 | |
parent | add965706a3a239a7eb6750d6fc14090eb70dd12 (diff) |
fix typo
-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 |