Makefile.inc1 (6d77c2defa77deaae0532cf4f51dd007144f6351) | Makefile.inc1 (f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de) |
---|---|
1# 2# $FreeBSD$ 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 --- 573 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 | 1# 2# $FreeBSD$ 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 --- 573 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 --- |