=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -r1.1.1.1 -r1.4 --- src/Makefile 1995/10/18 08:37:01 1.1.1.1 +++ src/Makefile 1996/01/28 19:42:34 1.4 @@ -7,8 +7,10 @@ SUBDIR+= sys -.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) -SUBDIR+= domestic +.include # for NOMAN, if it's there. + +.if defined(KERBEROS) +SUBDIR+= kerberosIV .endif .if exists(regress) @@ -21,8 +23,6 @@ @(cd ${.CURDIR}/regress && ${MAKE} regress) .endif -.include # for NOMAN, if it's there. - #beforeinstall: # (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) @@ -36,11 +36,8 @@ ${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} depend && ${MAKE} && ${MAKE} install) +.if defined(KERBEROS) + (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif ${MAKE} depend && ${MAKE} && ${MAKE} install