From 3df7eed63daa61f9134456f5d918d8bb982186b9 Mon Sep 17 00:00:00 2001 From: avg Date: Sun, 13 May 2012 11:34:05 +0000 Subject: libpc98: unbreak after zfs-related changes in libi386 code Pointyhat to: avg MFC after: 1 month --- sys/boot/pc98/libpc98/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') 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) -- cgit v1.1