Fix PR/47123 for hp700 as well
This commit is contained in:
parent
c3c24d432a
commit
fbdbf5f7cb
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2010/02/11 09:06:48 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/04/29 14:42:11 skrll Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
@ -15,7 +15,7 @@ CRUNCHGEN_FLAGS= -d "${DBG}"
|
|||
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
||||
IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= all
|
||||
MAKEDEVTARGETS= all ipty
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
|
|
Loading…
Reference in New Issue