Include btxld in build-tools only for i386.

This commit is contained in:
Robert Nordier 1998-10-13 10:01:32 +00:00
parent 09e17daec5
commit 24f6ecd409
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40298

View File

@ -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: # Make command line options:
# -DCLOBBER will remove /usr/include # -DCLOBBER will remove /usr/include
@ -602,6 +602,8 @@ _aout_nm = usr.bin/nm
_aout_ranlib = usr.bin/ranlib _aout_ranlib = usr.bin/ranlib
_aout_size = usr.bin/size _aout_size = usr.bin/size
_aout_strip = usr.bin/strip _aout_strip = usr.bin/strip
# boot block/loader tools:
_btxld = usr.sbin/btxld
.endif .endif
# #
@ -824,7 +826,7 @@ build-tools:
usr.bin/wc \ usr.bin/wc \
usr.bin/xargs \ usr.bin/xargs \
usr.bin/yacc \ usr.bin/yacc \
usr.sbin/btxld \ ${_btxld} \
usr.sbin/chown \ usr.sbin/chown \
usr.sbin/mtree \ usr.sbin/mtree \
usr.sbin/zic \ usr.sbin/zic \