remove USE_SYSINST goop that was obviously copied from the i386 stuff
and unconditionally add the sysinst list to LISTS; the goop is only in the i386 stuff because that has some ramdisks which don't use sysinst, where here on the hp300 it's not an optional item :)
This commit is contained in:
parent
6df64c4e5e
commit
a771f7472b
@ -1,16 +1,15 @@
|
||||
# $NetBSD: Makefile,v 1.5 2002/02/23 22:02:08 gmcgarry Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2002/02/24 09:57:18 lukem Exp $
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 1200k
|
||||
USE_SYSINST= yes
|
||||
|
||||
WARNS= 1
|
||||
|
||||
CRUNCHBIN= ramdiskbin
|
||||
LISTS= ${.CURDIR}/list
|
||||
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
||||
IMAGEENDIAN= be
|
||||
IMAGEDEPENDS+= ${CRUNCHBIN} dot.profile termcap.mini \
|
||||
@ -21,9 +20,6 @@ IMAGEDEPENDS+= ${CRUNCHBIN} dot.profile termcap.mini \
|
||||
|
||||
MAKEDEVTARGETS+=std md0
|
||||
|
||||
.if defined(USE_SYSINST)
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
.endif
|
||||
|
||||
realall: ${IMAGE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user