=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/Makefile 1995/10/18 08:37:01 1.1 --- src/Makefile 1995/12/16 21:10:33 1.2 *************** *** 11,16 **** --- 11,20 ---- SUBDIR+= domestic .endif + .if exists(kerberosIV) + SUBDIR+= kerberosIV + .endif + .if exists(regress) .ifmake !(install) SUBDIR+= regress *************** *** 40,46 **** (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install) .endif .if exists(kerberosIV) ! (cd ${.CURDIR}/kerberosIV && ${MAKE} depend && ${MAKE} && ${MAKE} install) .endif ${MAKE} depend && ${MAKE} && ${MAKE} install --- 44,50 ---- (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install) .endif .if exists(kerberosIV) ! (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif ${MAKE} depend && ${MAKE} && ${MAKE} install