Skip to content

Commit

Permalink
All of domestic/lib now builds without errors, so we build it all.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjs committed Nov 27, 1996
1 parent b6b9d36 commit 296f692
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 296f692

Please sign in to comment.