summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2009-08-30 01:49:41 +0000
committerdyoung <dyoung@NetBSD.org>2009-08-30 01:49:41 +0000
commit71fe64733eb6faa58e427b7dfa6bdc32149cb1dd (patch)
tree4b14677979d1e1f0fa9f95472fbc2917e330f3da /Makefile
parent9ec52a2279aa50ee0507e90845640dafe6f17710 (diff)
Let us use MKKMOD=yes to leave the kernel modules out of the
distribution.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1b6ee6be743..a47aeb129f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.272 2009/07/03 22:20:27 pooka Exp $
+# $NetBSD: Makefile,v 1.273 2009/08/30 01:49:42 dyoung Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -237,7 +237,7 @@ BUILDTARGET+= do-libpcc
.endif
BUILDTARGETS+= do-lib-libc
BUILDTARGETS+= do-lib do-gnu-lib do-external-lib
-.if (${MACHINE} != "evbppc")
+.if (${MACHINE} != "evbppc") && ${MKKMOD} != "no"
BUILDTARGETS+= do-sys-modules
.endif
BUILDTARGETS+= do-sys-rump-fs-lib do-sys-rump-net-lib