1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

libpc98: unbreak after zfs-related changes in libi386 code

Pointyhat to:	avg
MFC after:	1 month
This commit is contained in:
Andriy Gapon 2012-05-13 11:34:05 +00:00
parent 0a56cdf866
commit 76438db6a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235395

View File

@ -10,6 +10,8 @@ SRCS= bioscd.c biosdisk.c biosmem.c biospnp.c \
comconsole.c devicename.c elf32_freebsd.c \
i386_copy.c i386_module.c nullconsole.c pc98_sys.c pxe.c pxetramp.s \
time.c vidconsole.c
.PATH: ${.CURDIR}/../../zfs
SRCS+= devicename_stubs.c
# Enable PXE TFTP or NFS support, not both.
.if defined(LOADER_TFTP_SUPPORT)