Deleted Added
full compact
Makefile.inc1 (142077) Makefile.inc1 (142262)
1#
1#
2# $FreeBSD: head/Makefile.inc1 142077 2005-02-19 10:25:42Z ru $
2# $FreeBSD: head/Makefile.inc1 142262 2005-02-22 23:29:54Z 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
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} < 600015
764_cap_mkdb= usr.bin/cap_mkdb
765.endif
766
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 \
767.if ${BOOTSTRAPPING} < 502102
768_lex= usr.bin/lex
769.endif
770
771.if ${BOOTSTRAPPING} < 450005 || \
772 ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034
773_uudecode= usr.bin/uudecode
774.endif

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

797.endif
798
799bootstrap-tools:
800.for _tool in \
801 ${_strfile} \
802 ${_gperf} \
803 ${_groff} \
804 gnu/usr.bin/texinfo \
805 ${_cap_mkdb} \
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 ---
806 usr.bin/colldef \
807 ${_lex} \
808 usr.bin/lorder \
809 usr.bin/makewhatis \
810 usr.bin/rpcgen \
811 ${_uudecode} \
812 ${_xargs} \
813 usr.bin/xinstall \

--- 241 unchanged lines hidden ---