diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2017-09-23 12:44:42 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2017-09-23 12:44:42 +0000 |
| commit | 290e7bac6e3c09ee71c54a69dd7f95e89c067d23 (patch) | |
| tree | 9289e56c4ee507f4af1789ed783314e38a5aba09 /sys/boot | |
| parent | 4c087f8a83becb5dbae25e79ca211e3b5c51689b (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index 2a7d1e2213df..dc57030b4609 100644 --- a/sys/boot/i386/libi386/Makefile +++ b/sys/boot/i386/libi386/Makefile @@ -12,10 +12,10 @@ SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \ .PATH: ${.CURDIR}/../../zfs SRCS+= devicename_stubs.c -# Enable PXE TFTP or NFS support, not both. .if defined(LOADER_TFTP_SUPPORT) CFLAGS+= -DLOADER_TFTP_SUPPORT -.else +.endif +.if defined(LOADER_NFS_SUPPORT) CFLAGS+= -DLOADER_NFS_SUPPORT .endif |
