diff options
author | ru <ru@FreeBSD.org> | 2004-02-06 12:58:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-06 12:58:32 +0000 |
commit | 3ef89b60eb5cca46cd4edbfa293ed9dde61fdc5a (patch) | |
tree | f4453d269da8fc85db282860184121102037a2df /sys/boot/i386/mbr | |
parent | 0ff02d8b3375e71f9dc0bae4a6725b130c185a47 (diff) | |
download | FreeBSD-src-3ef89b60eb5cca46cd4edbfa293ed9dde61fdc5a.zip FreeBSD-src-3ef89b60eb5cca46cd4edbfa293ed9dde61fdc5a.tar.gz |
Inherit BINDIR from a parent Makefile.inc.
Diffstat (limited to 'sys/boot/i386/mbr')
-rw-r--r-- | sys/boot/i386/mbr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile index 50add632..8fa64e1 100644 --- a/sys/boot/i386/mbr/Makefile +++ b/sys/boot/i386/mbr/Makefile @@ -3,7 +3,6 @@ PROG= mbr NOMAN= STRIP= -BINDIR?= /boot BINMODE= 444 ORG= 0x600 |