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.112 retrieving revision 1.113 diff -u -p -r1.112 -r1.113 --- src/Makefile 2000/04/10 14:47:22 1.112 +++ src/Makefile 2000/04/11 08:21:41 1.113 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2000/04/10 14:47:22 mrg Exp $ +# $NetBSD: Makefile,v 1.113 2000/04/11 08:21:41 mrg Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -141,14 +141,14 @@ build: buildmsg beforeinstall ${MAKE} ${_M} includes .endif (cd ${.CURDIR}/lib/csu && \ - ${MAKE} ${_M} ${_J} MKMAN=no dependall && \ - ${MAKE} ${_M} MKMAN=no install) + ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \ + ${MAKE} ${_M} MKSHARE=no install) (cd ${.CURDIR}/lib && \ - ${MAKE} ${_M} ${_J} MKMAN=no MKINFO=no dependall && \ - ${MAKE} ${_M} MKMAN=no MKINFO=no install) + ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \ + ${MAKE} ${_M} MKSHARE=no install) (cd ${.CURDIR}/gnu/lib && \ - ${MAKE} ${_M} ${_J} MKMAN=no MKINFO=no dependall && \ - ${MAKE} ${_M} MKMAN=no MKINFO=no install) + ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \ + ${MAKE} ${_M} MKSHARE=no install) .if target(cryptobuild) ${MAKE} ${_M} ${_J} cryptobuild .endif