diff options
author | kato <kato@FreeBSD.org> | 2000-09-22 12:49:15 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-09-22 12:49:15 +0000 |
commit | acbb8f63f1194a8b6bb210132fa66474fdca6600 (patch) | |
tree | 7fe32be6d6ceeb6e2ea5ce4605a5fcd23f1ad7e8 /sys/boot/pc98/libpc98 | |
parent | 8e9b2cd3f4977f7591e57f25a35f264fc84c498e (diff) | |
download | FreeBSD-src-acbb8f63f1194a8b6bb210132fa66474fdca6600.zip FreeBSD-src-acbb8f63f1194a8b6bb210132fa66474fdca6600.tar.gz |
Merged from sys/boot/i386/libi386/Makefile revision 1.19.
Diffstat (limited to 'sys/boot/pc98/libpc98')
-rw-r--r-- | sys/boot/pc98/libpc98/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 8c2d1d9..69b9757 100644 --- a/sys/boot/pc98/libpc98/Makefile +++ b/sys/boot/pc98/libpc98/Makefile @@ -8,7 +8,9 @@ INTERNALSTATICLIB= true SRCS= aout_freebsd.c biosdisk.c biosmem.c biospnp.c biospci.c \ bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \ - i386_copy.c i386_module.c time.c vidconsole.c pxe.c pxetramp.s + i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \ + time.c vidconsole.c + .PATH: ${.CURDIR}/../../i386/libi386 CFLAGS+= -DPC98 |