summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/cdboot/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-06 12:58:32 +0000
committerru <ru@FreeBSD.org>2004-02-06 12:58:32 +0000
commit3ef89b60eb5cca46cd4edbfa293ed9dde61fdc5a (patch)
treef4453d269da8fc85db282860184121102037a2df /sys/boot/i386/cdboot/Makefile
parent0ff02d8b3375e71f9dc0bae4a6725b130c185a47 (diff)
downloadFreeBSD-src-3ef89b60eb5cca46cd4edbfa293ed9dde61fdc5a.zip
FreeBSD-src-3ef89b60eb5cca46cd4edbfa293ed9dde61fdc5a.tar.gz
Inherit BINDIR from a parent Makefile.inc.
Diffstat (limited to 'sys/boot/i386/cdboot/Makefile')
-rw-r--r--sys/boot/i386/cdboot/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile
index 9e8e813..20ff9f9 100644
--- a/sys/boot/i386/cdboot/Makefile
+++ b/sys/boot/i386/cdboot/Makefile
@@ -7,7 +7,6 @@ ORG= 0x7c00
PROG= cdboot
NOMAN=
STRIP=
-BINDIR?= /boot
${PROG}: ${PROG}.o
${LD} -N -e start -Ttext ${ORG} -o ${PROG}.out ${PROG}.o
OpenPOWER on IntegriCloud