From eeb5db2946999391e8b2d8c43c043139ec00de11 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 26 Apr 2000 19:54:49 +0000 Subject: [PATCH] Now that we are compiling PXE into libi386, we don't need ../libi386 in .PATH anymore. --- sys/boot/i386/loader/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 16086055d571..3ba6600c450c 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