Deleted Added
full compact
Makefile.libcompat (131795) Makefile.libcompat (132751)
1#
1#
2# $FreeBSD: head/Makefile.inc1 131795 2004-07-08 09:08:09Z harti $
2# $FreeBSD: head/Makefile.inc1 132751 2004-07-28 05:27:21Z kan $
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# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

761.if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules)
762_aicasm= sys/modules/aic7xxx/aicasm
763.endif
764
765.if !defined(NOSHARE)
766_share= share/syscons/scrnmaps
767.endif
768
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# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

761.if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules)
762_aicasm= sys/modules/aic7xxx/aicasm
763.endif
764
765.if !defined(NOSHARE)
766_share= share/syscons/scrnmaps
767.endif
768
769.if !defined(NO_FORTRAN)
770_fortran= gnu/usr.bin/cc/f771
771.endif
772
773.if !defined(NO_KERBEROS) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
774_kerberos5_tools= kerberos5/tools
775.endif
776
777.if !defined(NO_RESCUE)
778_rescue= rescue/rescue
779.endif
780
781build-tools:
782.for _tool in \
783 bin/csh \
784 bin/sh \
785 ${_rescue} \
786 gnu/usr.bin/cc/cc_tools \
769.if !defined(NO_KERBEROS) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
770_kerberos5_tools= kerberos5/tools
771.endif
772
773.if !defined(NO_RESCUE)
774_rescue= rescue/rescue
775.endif
776
777build-tools:
778.for _tool in \
779 bin/csh \
780 bin/sh \
781 ${_rescue} \
782 gnu/usr.bin/cc/cc_tools \
787 ${_fortran} \
788 lib/libncurses \
789 ${_share} \
790 ${_aicasm} \
791 usr.bin/awk \
792 usr.bin/file \
793 usr.sbin/sysinstall
794 @${ECHODIR} "===> ${_tool}"; \
795 cd ${.CURDIR}/${_tool}; \

--- 182 unchanged lines hidden ---
783 lib/libncurses \
784 ${_share} \
785 ${_aicasm} \
786 usr.bin/awk \
787 usr.bin/file \
788 usr.sbin/sysinstall
789 @${ECHODIR} "===> ${_tool}"; \
790 cd ${.CURDIR}/${_tool}; \

--- 182 unchanged lines hidden ---