diff options
author | avg <avg@FreeBSD.org> | 2012-05-13 11:34:05 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2012-05-13 11:34:05 +0000 |
commit | 3df7eed63daa61f9134456f5d918d8bb982186b9 (patch) | |
tree | c87b8890de47f349a9cff18af1a0895b4853e1ef /sys/boot | |
parent | 7a12082a7a8be0bf81e25d412065a88dacb2bde3 (diff) | |
download | FreeBSD-src-3df7eed63daa61f9134456f5d918d8bb982186b9.zip FreeBSD-src-3df7eed63daa61f9134456f5d918d8bb982186b9.tar.gz |
libpc98: unbreak after zfs-related changes in libi386 code
Pointyhat to: avg
MFC after: 1 month
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/pc98/libpc98/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 6c6ce89..0de2e08 100644 --- a/sys/boot/pc98/libpc98/Makefile +++ b/sys/boot/pc98/libpc98/Makefile @@ -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) |