Fri Sep 19 18:18:38 2008 UTC ()
Fix a typo in previous.


(tsutsui)
diff -r1.31 -r1.32 src/distrib/hpcmips/Makefile

cvs diff -r1.31 -r1.32 src/distrib/hpcmips/Makefile (expand / switch to unified diff)

--- src/distrib/hpcmips/Makefile 2008/09/19 17:38:43 1.31
+++ src/distrib/hpcmips/Makefile 2008/09/19 18:18:37 1.32
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.31 2008/09/19 17:38:43 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.32 2008/09/19 18:18:37 tsutsui Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6SUBDIR= instkernel stand cdroms 6SUBDIR= instkernel stand cdroms
7TARGETS+ release 7TARGETS=+ release
8 8
9iso_image: 9iso_image:
10 ${MAKEDIRTARGET} cdroms iso_image 10 ${MAKEDIRTARGET} cdroms iso_image
11 11
12.include <bsd.subdir.mk> 12.include <bsd.subdir.mk>