=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/Makefile 1995/12/16 21:10:33 1.2 +++ src/Makefile 1995/12/17 05:53:11 1.3 @@ -7,13 +7,7 @@ SUBDIR+= sys -.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) -SUBDIR+= domestic -.endif - -.if exists(kerberosIV) SUBDIR+= kerberosIV -.endif .if exists(regress) .ifmake !(install) @@ -40,12 +34,7 @@ ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) -.if exists(domestic) - (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install) -.endif -.if exists(kerberosIV) (cd ${.CURDIR}/kerberosIV && ${MAKE} build) -.endif ${MAKE} depend && ${MAKE} && ${MAKE} install .include