Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/hp300/ramdisk remove USE_SYSINST goop that was obvio...
details:   https://anonhg.NetBSD.org/src/rev/91105406d8d7
branches:  trunk
changeset: 522691:91105406d8d7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Feb 24 09:57:18 2002 +0000
description:
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 :)
diffstat:
 distrib/hp300/ramdisk/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 92255e6f00ec -r 91105406d8d7 distrib/hp300/ramdisk/Makefile
--- a/distrib/hp300/ramdisk/Makefile    Sun Feb 24 09:16:07 2002 +0000
+++ b/distrib/hp300/ramdisk/Makefile    Sun Feb 24 09:57:18 2002 +0000
@@ -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 @@
 
 MAKEDEVTARGETS+=std md0
 
-.if defined(USE_SYSINST)
-LISTS+=                ${DISTRIBDIR}/common/list.sysinst
-.endif
 
 realall: ${IMAGE}
 
Home |
Main Index |
Thread Index |
Old Index