=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/Makefile 1997/04/18 06:47:08 1.16 --- src/Makefile 1997/04/19 21:26:09 1.17 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.16 1997/04/18 06:47:08 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ # --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.17 1997/04/19 21:26:09 millert Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ # *************** *** 28,34 **** SUBDIR+= sys lkm ! .if defined(KERBEROS) SUBDIR+= kerberosIV .endif --- 28,34 ---- SUBDIR+= sys lkm ! .if (${KERBEROS} == "yes") SUBDIR+= kerberosIV .endif *************** *** 67,73 **** .if (${MACHINE_ARCH} == "mips") ldconfig .endif ! .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif ${MAKE} depend && ${MAKE} && ${MAKE} install --- 67,73 ---- .if (${MACHINE_ARCH} == "mips") ldconfig .endif ! .if (${KERBEROS} == "yes") (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif ${MAKE} depend && ${MAKE} && ${MAKE} install