diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2012-05-13 11:34:05 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2012-05-13 11:34:05 +0000 |
| commit | 76438db6a76b7a4411e30088d8b53a7bb491c953 (patch) | |
| tree | c87b8890de47f349a9cff18af1a0895b4853e1ef /sys/boot/pc98/libpc98 | |
| parent | 0a56cdf8661ab2357379ff11112594b863eaea97 (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98/libpc98')
| -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 6c6ce892fddc..0de2e0836bac 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) |
