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.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- src/Makefile 1996/08/10 23:29:00 1.36 +++ src/Makefile 1996/11/27 02:04:06 1.37 @@ -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 # 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