evbppc can do modules now.

This commit is contained in:
mrg 2011-06-15 23:45:45 +00:00
parent 4d4e79f08b
commit c25406cbc7

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2011/02/24 10:24:23 pooka Exp $
# $NetBSD: Makefile,v 1.31 2011/06/15 23:45:45 mrg Exp $
.include <bsd.own.mk>
@ -10,7 +10,7 @@ ATFFILE= yes
SUBDIR= crypto dev fs games include ipf kernel lib libexec net
SUBDIR+= rump sbin sys syscall toolchain usr.bin usr.sbin util
. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
. if ${MKKMOD} != "no"
SUBDIR+= modules
. endif