Deleted Added
full compact
Makefile.inc1 (117177) Makefile.inc1 (117229)
1#
1#
2# $FreeBSD: head/Makefile.inc1 117177 2003-07-02 19:26:19Z gordon $
2# $FreeBSD: head/Makefile.inc1 117229 2003-07-04 14:27:06Z ru $
3#
4# Make command line options:
5# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
6# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
7# -DNOCLEAN do not clean at all
8# -DNOCRYPT will prevent building of crypt versions
9# -DNOMAN do not build the manual pages
10# -DNOPROFILE do not build profiled libraries

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

647_gperf= gnu/usr.bin/gperf
648.if ${BOOTSTRAPPING} < 500113
649_groff= gnu/usr.bin/groff
650.else
651_groff= gnu/usr.bin/groff/tmac
652.endif
653.endif
654
3#
4# Make command line options:
5# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
6# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
7# -DNOCLEAN do not clean at all
8# -DNOCRYPT will prevent building of crypt versions
9# -DNOMAN do not build the manual pages
10# -DNOPROFILE do not build profiled libraries

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

647_gperf= gnu/usr.bin/gperf
648.if ${BOOTSTRAPPING} < 500113
649_groff= gnu/usr.bin/groff
650.else
651_groff= gnu/usr.bin/groff/tmac
652.endif
653.endif
654
655.if ( ${BOOTSTRAPPING} < 450005 || \
656 ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034 ))
655.if ${BOOTSTRAPPING} < 450005 || \
656 ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034
657_uudecode= usr.bin/uudecode
658.endif
659
657_uudecode= usr.bin/uudecode
658.endif
659
660.if ( ${BOOTSTRAPPING} < 430002 || \
661 ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500019 ))
660.if ${BOOTSTRAPPING} < 430002 || \
661 ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500019
662_xargs= usr.bin/xargs
663.endif
664
662_xargs= usr.bin/xargs
663.endif
664
665.if ( ${BOOTSTRAPPING} < 430002 || \
666 ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500018 ))
665.if ${BOOTSTRAPPING} < 430002 || \
666 ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500018
667_yacc= usr.bin/yacc
668.endif
669
670.if exists(${.CURDIR}/rescue) && defined(RESCUE) && \
671 ${BOOTSTRAPPING} < 501100
672_crunchgen= usr.sbin/crunch/crunchgen
673.endif
674

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

749.endif
750
751.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH}
752_btxld= usr.sbin/btxld
753.endif
754
755.if (exists(${.CURDIR}/rescue) && defined(RESCUE) || \
756 defined(RELEASEDIR)) && \
667_yacc= usr.bin/yacc
668.endif
669
670.if exists(${.CURDIR}/rescue) && defined(RESCUE) && \
671 ${BOOTSTRAPPING} < 501100
672_crunchgen= usr.sbin/crunch/crunchgen
673.endif
674

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

749.endif
750
751.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH}
752_btxld= usr.sbin/btxld
753.endif
754
755.if (exists(${.CURDIR}/rescue) && defined(RESCUE) || \
756 defined(RELEASEDIR)) && \
757 ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
757 (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
758_crunchide= usr.sbin/crunch/crunchide
759.endif
760
761.if ${TARGET_ARCH} == "alpha" && ${TARGET_ARCH} != ${MACHINE_ARCH}
762_elf2exe= usr.sbin/elf2exe
763.endif
764
765.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH} && \

--- 142 unchanged lines hidden ---
758_crunchide= usr.sbin/crunch/crunchide
759.endif
760
761.if ${TARGET_ARCH} == "alpha" && ${TARGET_ARCH} != ${MACHINE_ARCH}
762_elf2exe= usr.sbin/elf2exe
763.endif
764
765.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH} && \

--- 142 unchanged lines hidden ---