diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-11-06 12:31:05 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-11-06 12:31:05 +0000 |
| commit | 748c552f0ef313581fe0c02759c532db18e0dd59 (patch) | |
| tree | a234646322078f656f09ffb5bcc89bcc81e43e21 /sys | |
| parent | 45f40c7569de486c2902d92e1db6b9c9c73e186e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/pc98/libpc98/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 35c96094cd1b..9bcae4882f11 100644 --- a/sys/boot/pc98/libpc98/Makefile +++ b/sys/boot/pc98/libpc98/Makefile @@ -8,8 +8,8 @@ INTERNALSTATICLIB= true .PATH: ${.CURDIR}/../../i386/libi386 -SRCS= aout_freebsd.c biosacpi.c biosdisk.c biosmem.c biospnp.c biospci.c \ - bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \ +SRCS= aout_freebsd.c biosacpi.c bioscd.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 nullconsole.c pxe.c pxetramp.s \ time.c vidconsole.c |
