Deleted Added
full compact
Makefile (16663) Makefile (16786)
1#
1#
2# $Id: Makefile,v 1.84 1996/06/22 17:58:44 pst Exp $
2# $Id: Makefile,v 1.85 1996/06/24 04:22:10 jkh Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
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

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

233.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
234 cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
235 cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
236 cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
237.endif
238 cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
239 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
240 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
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

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

233.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
234 cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
235 cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
236 cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
237.endif
238 cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
239 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
240 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
241 cd ${.CURDIR}/lib/libftpio && ${MAKE} beforeinstall
241 cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
242 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
243 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
244.if !defined(WANT_CSRG_LIBM)
245 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
246.endif
247 cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
248 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall

--- 105 unchanged lines hidden ---
242 cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
243 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
244 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
245.if !defined(WANT_CSRG_LIBM)
246 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
247.endif
248 cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
249 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall

--- 105 unchanged lines hidden ---