Deleted Added
full compact
Makefile (7154) Makefile (7171)
1#
1#
2# $Id: Makefile,v 1.46 1995/03/18 07:00:25 rgrimes Exp $
2# $Id: Makefile,v 1.47 1995/03/19 08:23:47 rgrimes 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

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

212 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
213 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
214 cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
215 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
216 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
217.if defined(WANT_MSUN)
218 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
219.endif
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

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

212 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
213 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
214 cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
215 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
216 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
217.if defined(WANT_MSUN)
218 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
219.endif
220 cd ${.CURDIR}/lib/lib/pcap && ${MAKE} beforeinstall
220 cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
221 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
222 cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
223 cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
224 cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
225 cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
226 cd ${.CURDIR}/lib/libforms && ${MAKE} beforeinstall
227 cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
228

--- 66 unchanged lines hidden ---
221 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
222 cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
223 cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
224 cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
225 cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
226 cd ${.CURDIR}/lib/libforms && ${MAKE} beforeinstall
227 cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
228

--- 66 unchanged lines hidden ---