Deleted Added
full compact
Makefile.inc1 (67547) Makefile.inc1 (67811)
1#
1#
2# $FreeBSD: head/Makefile.inc1 67547 2000-10-25 04:31:32Z jkoshy $
2# $FreeBSD: head/Makefile.inc1 67811 2000-10-28 21:26:48Z obrien $
3#
4# Make command line options:
5# -DMAKE_KERBEROS4 to build KerberosIV
6# -DMAKE_KERBEROS5 to build Kerberos5
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOCRYPT will prevent building of crypt versions
10# -DNOPROFILE do not build profiled libraries

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

645 cd ${.CURDIR}/kerberos5/lib/libkadm5srv; ${MAKE} beforeinstall
646 cd ${.CURDIR}/kerberos5/lib/libkafs5; ${MAKE} beforeinstall
647 cd ${.CURDIR}/kerberos5/lib/libkrb5; ${MAKE} beforeinstall
648 cd ${.CURDIR}/kerberos5/lib/libsl; ${MAKE} beforeinstall
649.endif
650.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
651 cd ${.CURDIR}/lib/csu/${MACHINE_ARCH}; ${MAKE} beforeinstall
652.endif
3#
4# Make command line options:
5# -DMAKE_KERBEROS4 to build KerberosIV
6# -DMAKE_KERBEROS5 to build Kerberos5
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOCRYPT will prevent building of crypt versions
10# -DNOPROFILE do not build profiled libraries

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

645 cd ${.CURDIR}/kerberos5/lib/libkadm5srv; ${MAKE} beforeinstall
646 cd ${.CURDIR}/kerberos5/lib/libkafs5; ${MAKE} beforeinstall
647 cd ${.CURDIR}/kerberos5/lib/libkrb5; ${MAKE} beforeinstall
648 cd ${.CURDIR}/kerberos5/lib/libsl; ${MAKE} beforeinstall
649.endif
650.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
651 cd ${.CURDIR}/lib/csu/${MACHINE_ARCH}; ${MAKE} beforeinstall
652.endif
653 cd ${.CURDIR}/gnu/lib/csu; ${MAKE} beforeinstall
653 cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall
654 cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall
655 cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall
656 cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall
657 cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
658 cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
659 cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
660 cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall

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

740_libm= lib/msun
741.endif
742
743.if ${MACHINE_ARCH} == "i386"
744_libkeycap= usr.sbin/pcvt/keycap
745.endif
746
747libraries:
654 cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall
655 cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall
656 cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall
657 cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall
658 cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
659 cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
660 cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
661 cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall

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

741_libm= lib/msun
742.endif
743
744.if ${MACHINE_ARCH} == "i386"
745_libkeycap= usr.sbin/pcvt/keycap
746.endif
747
748libraries:
748.for _lib in ${_csu} lib/libmd lib/libcrypt ${_secure_lib} ${_kerberosIV_lib} \
749.for _lib in ${_csu} gnu/lib/csu lib/libmd lib/libcrypt ${_secure_lib} ${_kerberosIV_lib} \
749 ${_kerberos5_lib} gnu/lib/libgcc lib/libcom_err ${_libm} lib/libncurses \
750 lib/libopie lib/libradius lib/libskey lib/libtacplus lib/libutil \
751 lib/libz lib gnu/lib \
752 ${_libperl} usr.bin/lex/lib ${_libkeycap}
753.if exists(${.CURDIR}/${_lib})
754 cd ${.CURDIR}/${_lib}; \
755 ${MAKE} depend; \
756 ${MAKE} all; \

--- 22 unchanged lines hidden ---
750 ${_kerberos5_lib} gnu/lib/libgcc lib/libcom_err ${_libm} lib/libncurses \
751 lib/libopie lib/libradius lib/libskey lib/libtacplus lib/libutil \
752 lib/libz lib gnu/lib \
753 ${_libperl} usr.bin/lex/lib ${_libkeycap}
754.if exists(${.CURDIR}/${_lib})
755 cd ${.CURDIR}/${_lib}; \
756 ${MAKE} depend; \
757 ${MAKE} all; \

--- 22 unchanged lines hidden ---