Skip to content

Commit

Permalink
use MKSHARE=no instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrg committed Apr 11, 2000
1 parent 0a437d2 commit 1a134fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a134fc

Please sign in to comment.