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.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- src/Makefile 1996/03/18 09:21:33 1.29 +++ src/Makefile 1996/03/18 09:53:11 1.30 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1996/03/18 09:21:33 tls Exp $ +# $NetBSD: Makefile,v 1.30 1996/03/18 09:53:11 tls Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW @@ -38,6 +38,7 @@ build: (cd ${.CURDIR}/domestic/include && ${MAKE} install) .endif (cd ${.CURDIR}/include && ${MAKE} install) + (cd ${.CURDIR}/share/mk && ${MAKE} install) ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)