summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-11-29 09:31:04 +0000
committerru <ru@FreeBSD.org>2004-11-29 09:31:04 +0000
commitd722b3d348019f7bdb98f7520b126a9186aeb985 (patch)
treef4e6e952f471dedac73e60528f4bb3ae40cc759a /sys/boot
parentd5b4f65a8216257f046436c3c0ac72f8c8099131 (diff)
downloadFreeBSD-src-d722b3d348019f7bdb98f7520b126a9186aeb985.zip
FreeBSD-src-d722b3d348019f7bdb98f7520b126a9186aeb985.tar.gz
Pick up loader.rc from its old home.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile2
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
OpenPOWER on IntegriCloud