Now that we are compiling PXE into libi386, we don't need ../libi386 in

.PATH anymore.
This commit is contained in:
John Baldwin 2000-04-26 19:54:49 +00:00
parent 35d9c60d76
commit eeb5db2946
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59659

View File

@ -11,7 +11,6 @@ BINDIR?= /boot
# architecture-specific loader code
SRCS= main.c conf.c
.PATH: ${.CURDIR}/../libi386
# Enable PXE TFTP or NFS support, not both.
CFLAGS+= -DLOADER_NFS_SUPPORT