use MKSHARE=no instead.
This commit is contained in:
parent
741c324930
commit
1f196e5b67
14
Makefile
14
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue