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.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- src/Makefile 1994/12/22 12:43:45 1.20 +++ src/Makefile 1995/02/19 12:20:06 1.21 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1994/12/22 12:43:45 cgd Exp $ +# $Id: Makefile,v 1.21 1995/02/19 12:20:06 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW @@ -7,6 +7,10 @@ SUBDIR+= gnu SUBDIR+= sys +.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) +SUBDIR+= domestic +.endif + .if exists(regress) .ifmake !(install) SUBDIR+= regress @@ -29,6 +33,9 @@ build: ${MAKE} cleandir (cd lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) +.if exists(domestic) + (cd domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install) +.endif .if exists(kerberosIV) (cd kerberosIV && ${MAKE} depend && ${MAKE} && ${MAKE} install) .endif