=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/Makefile 1996/05/18 05:37:48 1.10 --- src/Makefile 1996/06/02 07:22:46 1.11 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.10 1996/05/18 05:37:48 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.11 1996/06/02 07:22:46 tholo Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. *************** *** 44,50 **** (cd ${.CURDIR}/share/mk && ${MAKE} install) (cd ${.CURDIR}/include; ${MAKE} includes) .if defined(KERBEROS) ! (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install) .endif ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) --- 44,50 ---- (cd ${.CURDIR}/share/mk && ${MAKE} install) (cd ${.CURDIR}/include; ${MAKE} includes) .if defined(KERBEROS) ! (cd ${.CURDIR}/kerberosIV/include && ${MAKE} includes) .endif ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)