All of domestic/lib now builds without errors, so we build it all.
This commit is contained in:
parent
4978d83570
commit
3ec1da8855
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.36 1996/08/10 23:29:00 explorer Exp $
|
||||
# $NetBSD: Makefile,v 1.37 1996/11/27 02:04:06 cjs Exp $
|
||||
|
||||
.include <bsd.own.mk> # for configuration variables.
|
||||
|
||||
@ -47,8 +47,7 @@ build:
|
||||
(cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
|
||||
(cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
|
||||
.if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
|
||||
# XXX should do the whole of domestic/lib
|
||||
(cd ${.CURDIR}/domestic/lib/libcrypt && ${MAKE} depend && ${MAKE} && \
|
||||
(cd ${.CURDIR}/domestic/lib/ && ${MAKE} depend && ${MAKE} && \
|
||||
${MAKE} install)
|
||||
.endif
|
||||
${MAKE} depend && ${MAKE} && ${MAKE} install
|
||||
|
Loading…
Reference in New Issue
Block a user