Date: Sun, 13 May 2012 11:34:05 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r235395 - head/sys/boot/pc98/libpc98 Message-ID: <201205131134.q4DBY6YO081407@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Sun May 13 11:34:05 2012 New Revision: 235395 URL: http://svn.freebsd.org/changeset/base/235395 Log: libpc98: unbreak after zfs-related changes in libi386 code Pointyhat to: avg MFC after: 1 month Modified: head/sys/boot/pc98/libpc98/Makefile Modified: head/sys/boot/pc98/libpc98/Makefile ============================================================================== --- head/sys/boot/pc98/libpc98/Makefile Sun May 13 10:54:43 2012 (r235394) +++ head/sys/boot/pc98/libpc98/Makefile Sun May 13 11:34:05 2012 (r235395) @@ -10,6 +10,8 @@ SRCS= bioscd.c biosdisk.c biosmem.c bios 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205131134.q4DBY6YO081407>