diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-09-23 01:42:58 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-09-23 01:42:58 +0000 |
| commit | 216ce0ac18f40907cb9f5d19b086d095b563721a (patch) | |
| tree | 7628456e3d0b949f6dda9b70210427c260201d9f /sys | |
| parent | c89d51325bd75b7895df259025f985071970a55e (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 |
