diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2000-09-22 12:49:15 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2000-09-22 12:49:15 +0000 |
| commit | 87eae000dd60183bf00254ae8d7426279400c16b (patch) | |
| tree | 270eee4939d0ec9038e9234b472de6f3de416943 /sys | |
| parent | 453aaa0dfff693865edddad6b31785d1fdc868ab (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 8c2d1d977487..69b97575645a 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 |
