diff options
| author | dyoung <dyoung@NetBSD.org> | 2009-08-30 01:49:41 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2009-08-30 01:49:41 +0000 |
| commit | 71fe64733eb6faa58e427b7dfa6bdc32149cb1dd (patch) | |
| tree | 4b14677979d1e1f0fa9f95472fbc2917e330f3da /Makefile | |
| parent | 9ec52a2279aa50ee0507e90845640dafe6f17710 (diff) | |
Let us use MKKMOD=yes to leave the kernel modules out of the
distribution.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
