Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/stand/lib MKfoo=no -> NOfoo
details: https://anonhg.NetBSD.org/src/rev/70cc4f2e0b7b
branches: sommerfeld_i386mp_1
changeset: 482463:70cc4f2e0b7b
user: tv <tv%NetBSD.org@localhost>
date: Wed Dec 12 01:49:45 2001 +0000
description:
MKfoo=no -> NOfoo
diffstat:
sys/arch/i386/stand/lib/Makefile | 48 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 62bcf12501e2 -r 70cc4f2e0b7b sys/arch/i386/stand/lib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/lib/Makefile Wed Dec 12 01:49:45 2001 +0000
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.20.2.2 2001/12/12 01:49:45 tv Exp $
+
+S?= ${.CURDIR}/../../../../
+
+LIB= i386
+NOPIC=# defined
+NOPROFILE=# defined
+
+I386_INCLUDE_DISK?= yes
+I386_INCLUDE_DOS?= no
+I386_INCLUDE_BUS?= no
+I386_INCLUDE_PS2?= yes
+
+CPPFLAGS= -I$S/lib/libsa ${I386CPPFLAGS} ${I386MISCCPPFLAGS}
+#CPPFLAGS+= -DDISK_DEBUG
+#CPPFLAGS+= -DNO_DISKLABEL
+#CPPFLAGS+= -DSAVE_MEMORY
+
+SRCS= pcio.c conio.S comio.S comio_direct.c biosvideomode.S
+SRCS+= getsecs.c biosgetrtc.S biosdelay.S biosreboot.S gatea20.c
+SRCS+= biosmem.S getextmemx.c biosmemx.S printmemlist.c
+SRCS+= pread.c menuutils.c parseutils.c
+SRCS+= bootinfo.c bootinfo_biosgeom.c bootinfo_memmap.c
+SRCS+= startprog.S panic.c
+.if (${I386_INCLUDE_DISK} == "yes")
+SRCS+= biosdisk.c biosdisk_ll.c bios_disk.S
+.endif
+.if (${I386_INCLUDE_DOS} == "yes")
+SRCS+= dosfile.c dos_file.S
+.endif
+.if (${I386_INCLUDE_DISK} == "yes") || (${I386_INCLUDE_DOS} == "yes")
+SRCS+= diskbuf.c
+.endif
+.if (${I386_INCLUDE_BUS} == "yes")
+SRCS+= biospci.c bios_pci.S isapnp.c isadma.c
+.endif
+.if (${I386_INCLUDE_PS2} == "yes")
+SRCS+= biosmca.S
+.endif
+
+.include <bsd.own.mk>
+.undef DESTDIR
+.include <bsd.lib.mk>
+
+lib${LIB}.o:: ${OBJS}
+ @echo building standard ${LIB} library
+ @rm -f lib${LIB}.o
+ @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
Home |
Main Index |
Thread Index |
Old Index