diff options
author | jhb <jhb@FreeBSD.org> | 2000-04-26 19:54:49 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-04-26 19:54:49 +0000 |
commit | 25830f96c969868f7d279a9692e33dc4ef8368a2 (patch) | |
tree | fc08928cd0392b9636d4465ff9f91d018fb12b01 | |
parent | 31b2ee0458c24598fd0053b6c3578d8d514b82b5 (diff) | |
download | FreeBSD-src-25830f96c969868f7d279a9692e33dc4ef8368a2.zip FreeBSD-src-25830f96c969868f7d279a9692e33dc4ef8368a2.tar.gz |
Now that we are compiling PXE into libi386, we don't need ../libi386 in
.PATH anymore.
-rw-r--r-- | sys/boot/i386/loader/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 1608605..3ba6600c 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -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 |