Deleted Added
full compact
Makefile (5728) Makefile (5749)
1#
1#
2# $Id: Makefile,v 1.34 1995/01/13 21:00:05 wollman Exp $
2# $Id: Makefile,v 1.35 1995/01/19 22:41:25 wollman Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include and MOST of /usr/lib
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

217 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
218 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
219.if defined(WANT_MSUN)
220 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
221.endif
222 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
223 cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
224 cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include and MOST of /usr/lib
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

217 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
218 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
219.if defined(WANT_MSUN)
220 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
221.endif
222 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
223 cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
224 cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
225 cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
225
226lib-tools:
227 @echo "--------------------------------------------------------------"
228 @echo " Rebuilding tools needed to build the libraries
229 @echo "--------------------------------------------------------------"
230 @echo
231 cd ${.CURDIR}/usr.bin/ar && \
232 ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}

--- 57 unchanged lines hidden ---
226
227lib-tools:
228 @echo "--------------------------------------------------------------"
229 @echo " Rebuilding tools needed to build the libraries
230 @echo "--------------------------------------------------------------"
231 @echo
232 cd ${.CURDIR}/usr.bin/ar && \
233 ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}

--- 57 unchanged lines hidden ---