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