diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-11-04 08:43:13 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-11-04 08:43:13 +0000 |
| commit | 9193b128442a0b51e8dce4b8d8575a74589d29f8 (patch) | |
| tree | e29081c0a7cc18c166089ae822a4ec7a45c6a01f /sys/boot | |
| parent | 1c1752872f0b5a55c89a940ccd2c9e0fe7f5cd3a (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/loader/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index b70281bab932..fa54f51b879e 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -11,8 +11,11 @@ BINDIR?= /boot SRCS= main.c conf.c # Enable PXE TFTP or NFS support, not both. +.if defined(LOADER_TFTP_SUPPORT) +CFLAGS+= -DLOADER_TFTP_SUPPORT +.else CFLAGS+= -DLOADER_NFS_SUPPORT -#CFLAGS+= -DLOADER_TFTP_SUPPORT +.endif # Enable PnP and ISA-PnP code. HAVE_PNP= yes |
