Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- src/Makefile 1996/11/27 02:04:06 1.37 +++ src/Makefile 1997/03/10 23:46:12 1.38 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 1996/11/27 02:04:06 cjs Exp $ +# $NetBSD: Makefile,v 1.38 1997/03/10 23:46:12 cgd Exp $ .include # for configuration variables. @@ -44,6 +44,7 @@ build: (cd ${.CURDIR}/share/mk && ${MAKE} install) ${MAKE} includes ${MAKE} cleandir + (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)