diff options
| author | bouyer <bouyer@NetBSD.org> | 2007-03-07 19:42:02 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2007-03-07 19:42:02 +0000 |
| commit | 6b01cea87b74e60cb43bf7d45dffeefd71e927db (patch) | |
| tree | 8a50b998fa06bb7ce48cfdb02c981593f393e808 | |
| parent | 476384386e7bf821432e41817437b25b491ca5c0 (diff) | |
Fix SUBDIR in previous
| -rw-r--r-- | distrib/evbmips/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/evbmips/Makefile b/distrib/evbmips/Makefile index df1095678a7..2bf3647ecff 100644 --- a/distrib/evbmips/Makefile +++ b/distrib/evbmips/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2007/03/06 21:56:59 bouyer Exp $ +# $NetBSD: Makefile,v 1.4 2007/03/07 19:42:02 bouyer Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" +SUBDIR= cdroms .if ${MACHINE_ARCH} == "mipsel" -SUBDIR= instkernel +SUBDIR+= instkernel .endif -TARGETS+= release cdroms +TARGETS+= release iso_image: ${MAKEDIRTARGET} cdroms iso_image |
