diff options
-rw-r--r-- | sys/boot/i386/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 1fb3ea4..3273e3f 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -79,7 +79,7 @@ FILESMODE_loader= ${BINMODE} -b FILESDIR_loader.conf= /boot/defaults .if !exists(${DESTDIR}/boot/loader.rc) -FILES+= ${.CURDIR}/loader.rc +FILES+= loader.rc .endif # XXX crt0.o needs to be first for pxeboot(8) to work |