Merged from sys/boot/i386/loader/Makefile revision 1.43.

This commit is contained in:
Yoshihiro Takahashi 2000-04-14 13:51:14 +00:00
parent e81dafee50
commit 1e6081a12f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59228

View File

@ -15,6 +15,10 @@ CFLAGS+= -DPC98
SRCS= main.c conf.c pxe.c
.PATH: ${.CURDIR}/../../i386/loader ${.CURDIR}/../../i386/libi386
# Enable PXE TFTP or NFS support, not both.
CFLAGS+= -DLOADER_NFS_SUPPORT
#CFLAGS+= -DLOADER_TFTP_SUPPORT
# Enable PnP and ISA-PnP code.
HAVE_PNP= yes
HAVE_ISABUS= yes
@ -47,8 +51,8 @@ CFLAGS+= -I${.CURDIR}/..
# where to get libstand from
LIBSTAND= -lstand
#LIBSTAND= ${.CURDIR}/../../../lib/libstand/libstand.a
#CFLAGS+= -I${.CURDIR}/../../../lib/libstand/
#LIBSTAND= ${.CURDIR}/../../../../lib/libstand/libstand.a
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# BTX components
.if exists(${.OBJDIR}/../btx)