Deleted Added
full compact
Makefile (27788) Makefile (27790)
1#
1#
2# $Id: Makefile,v 1.130 1997/06/08 15:04:06 jfieber Exp $
2# $Id: Makefile,v 1.131 1997/07/31 08:06:29 asami Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_EBONES to build eBones (KerberosIV)
7# -DALLLANG to build documentation for all languages
8# (where available -- see share/doc/Makefile)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

274.if defined(SUPFILE2)
275 @${SUP} ${SUPFLAGS} ${SUPFILE2}
276.endif
277.endif
278.if defined(CVS_UPDATE)
279 @echo "--------------------------------------------------------------"
280 @echo "Updating /usr/src from cvs repository" ${CVSROOT}
281 @echo "--------------------------------------------------------------"
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_EBONES to build eBones (KerberosIV)
7# -DALLLANG to build documentation for all languages
8# (where available -- see share/doc/Makefile)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

274.if defined(SUPFILE2)
275 @${SUP} ${SUPFLAGS} ${SUPFILE2}
276.endif
277.endif
278.if defined(CVS_UPDATE)
279 @echo "--------------------------------------------------------------"
280 @echo "Updating /usr/src from cvs repository" ${CVSROOT}
281 @echo "--------------------------------------------------------------"
282 cd ${.CURDIR} && cvs -q update -P -d
282 cd ${.CURDIR} && cvs -q update -P -d
283.endif
284
285
286#
287# most
288#
289# Build most of the user binaries on the existing system libs and includes.
290#

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

380 rm -rf ${DESTDIR}/usr/include/*
381 mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
382 -p ${DESTDIR}/usr/include
383.endif
384 cd ${.CURDIR}/include && ${MAKE} all install
385 cd ${.CURDIR}/gnu/include && ${MAKE} install
386 cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
387 cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
283.endif
284
285
286#
287# most
288#
289# Build most of the user binaries on the existing system libs and includes.
290#

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

380 rm -rf ${DESTDIR}/usr/include/*
381 mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
382 -p ${DESTDIR}/usr/include
383.endif
384 cd ${.CURDIR}/include && ${MAKE} all install
385 cd ${.CURDIR}/gnu/include && ${MAKE} install
386 cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
387 cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
388 cd ${.CURDIR}/gnu/lib/libstdc++ && ${MAKE} beforeinstall
389 cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
390 cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
388 cd ${.CURDIR}/gnu/lib/libstdc++ && ${MAKE} beforeinstall
389 cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
390 cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
391 cd ${.CURDIR}/gnu/lib/libmp && ${MAKE} beforeinstall
392.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
393 cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
394 cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
395 cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
396.endif
397 cd ${.CURDIR}/lib/csu/i386 && ${MAKE} beforeinstall
398 cd ${.CURDIR}/lib/libalias && ${MAKE} beforeinstall
399 cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
400 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
401 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
402 cd ${.CURDIR}/lib/libftpio && ${MAKE} beforeinstall
403 cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
391 cd ${.CURDIR}/gnu/lib/libmp && ${MAKE} beforeinstall
392.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
393 cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
394 cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
395 cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
396.endif
397 cd ${.CURDIR}/lib/csu/i386 && ${MAKE} beforeinstall
398 cd ${.CURDIR}/lib/libalias && ${MAKE} beforeinstall
399 cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
400 cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
401 cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
402 cd ${.CURDIR}/lib/libftpio && ${MAKE} beforeinstall
403 cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
404 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
404 cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
405 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
406.if !defined(WANT_CSRG_LIBM)
407 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
408.endif
409 cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
410 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
411 cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
412 cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall

--- 101 unchanged lines hidden ---
405 cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
406.if !defined(WANT_CSRG_LIBM)
407 cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
408.endif
409 cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
410 cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
411 cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
412 cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall

--- 101 unchanged lines hidden ---