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/boot2/Makefile | |
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/boot2/Makefile')
-rw-r--r-- | sys/boot/i386/boot2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index aa8c0cd..4c884a4 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -3,7 +3,6 @@ PROG= boot2 NOMAN= STRIP= -BINDIR?= /boot BINMODE= 444 CLEANFILES= boot boot1 boot1.out boot1.o \ boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \ |