Deleted Added
full compact
Makefile.inc1 (51934) Makefile.inc1 (52228)
1#
1#
2# $FreeBSD: head/Makefile.inc1 51934 1999-10-04 14:57:38Z peter $
2# $FreeBSD: head/Makefile.inc1 52228 1999-10-14 06:40:46Z bp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_KERBEROS4 to build KerberosIV
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOTOOLS do not rebuild any tools first
10# -DNOCRYPT will prevent building of crypt versions

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

582.endif
583 cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall
584 cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall
585 cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall
586 cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall
587 cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
588 cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
589 cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_KERBEROS4 to build KerberosIV
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOTOOLS do not rebuild any tools first
10# -DNOCRYPT will prevent building of crypt versions

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

582.endif
583 cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall
584 cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall
585 cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall
586 cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall
587 cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
588 cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
589 cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
590 cd ${.CURDIR}/lib/libncp; ${MAKE} beforeinstall
590 cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
591 cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
592 cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
593 cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
594 cd ${.CURDIR}/lib/libmd; ${MAKE} beforeinstall
595.if !defined(WANT_CSRG_LIBM)
596 cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
597.endif

--- 437 unchanged lines hidden ---
591 cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
592 cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
593 cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
594 cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
595 cd ${.CURDIR}/lib/libmd; ${MAKE} beforeinstall
596.if !defined(WANT_CSRG_LIBM)
597 cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
598.endif

--- 437 unchanged lines hidden ---