diff options
author | ru <ru@FreeBSD.org> | 2004-11-29 09:31:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-11-29 09:31:04 +0000 |
commit | d722b3d348019f7bdb98f7520b126a9186aeb985 (patch) | |
tree | f4e6e952f471dedac73e60528f4bb3ae40cc759a /sys/boot/i386 | |
parent | d5b4f65a8216257f046436c3c0ac72f8c8099131 (diff) | |
download | FreeBSD-src-d722b3d348019f7bdb98f7520b126a9186aeb985.zip FreeBSD-src-d722b3d348019f7bdb98f7520b126a9186aeb985.tar.gz |
Pick up loader.rc from its old home.
Diffstat (limited to 'sys/boot/i386')
-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 |