Deleted Added
sdiff udiff text old ( 142077 ) new ( 142262 )
full compact
1#
2# $FreeBSD: head/Makefile.inc1 142077 2005-02-19 10:25:42Z ru $
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNO_CLEAN do not clean at all
10# -DNO_CRYPT will prevent building of crypt versions

--- 744 unchanged lines hidden (view full) ---

755_gperf= gnu/usr.bin/gperf
756.if ${BOOTSTRAPPING} < 500113
757_groff= gnu/usr.bin/groff
758.else
759_groff= gnu/usr.bin/groff/tmac
760.endif
761.endif
762
763.if ${BOOTSTRAPPING} < 502102
764_lex= usr.bin/lex
765.endif
766
767.if ${BOOTSTRAPPING} < 450005 || \
768 ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034
769_uudecode= usr.bin/uudecode
770.endif

--- 22 unchanged lines hidden (view full) ---

793.endif
794
795bootstrap-tools:
796.for _tool in \
797 ${_strfile} \
798 ${_gperf} \
799 ${_groff} \
800 gnu/usr.bin/texinfo \
801 usr.bin/colldef \
802 ${_lex} \
803 usr.bin/lorder \
804 usr.bin/makewhatis \
805 usr.bin/rpcgen \
806 ${_uudecode} \
807 ${_xargs} \
808 usr.bin/xinstall \

--- 241 unchanged lines hidden ---