diff options
author | rnordier <rnordier@FreeBSD.org> | 1998-10-13 10:01:32 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 1998-10-13 10:01:32 +0000 |
commit | 54b4310518b426534edcc9a4a3ad9026489396fc (patch) | |
tree | 945925aae19b47575b37001d952402eda898f298 /Makefile.inc1 | |
parent | a34efb5727ce01f3ca27cb35450fcf045dd59b9b (diff) | |
download | FreeBSD-src-54b4310518b426534edcc9a4a3ad9026489396fc.zip FreeBSD-src-54b4310518b426534edcc9a4a3ad9026489396fc.tar.gz |
Include btxld in build-tools only for i386.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 031a055..4132a44 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.32 1998/10/11 19:02:27 rnordier Exp $ +# $Id: Makefile.inc1,v 1.33 1998/10/13 08:13:32 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -602,6 +602,8 @@ _aout_nm = usr.bin/nm _aout_ranlib = usr.bin/ranlib _aout_size = usr.bin/size _aout_strip = usr.bin/strip +# boot block/loader tools: +_btxld = usr.sbin/btxld .endif # @@ -824,7 +826,7 @@ build-tools: usr.bin/wc \ usr.bin/xargs \ usr.bin/yacc \ - usr.sbin/btxld \ + ${_btxld} \ usr.sbin/chown \ usr.sbin/mtree \ usr.sbin/zic \ |