=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.8 retrieving revision 1.13 diff -u -r1.8 -r1.13 --- src/Makefile 1996/05/06 21:44:03 1.8 +++ src/Makefile 1996/12/13 15:45:58 1.13 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1996/05/06 21:44:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 1996/12/13 15:45:58 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. @@ -24,12 +24,16 @@ @(cd ${.CURDIR}/regress && ${MAKE} regress) .endif +includes: + (cd ${.CURDIR}/include; ${MAKE} includes) + beforeinstall: .ifndef DESTDIR (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) .else (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs) .endif + (cd ${.CURDIR}/include; ${MAKE} includes) afterinstall: .ifndef NOMAN @@ -39,12 +43,12 @@ build: (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) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) +.if (${MACHINE_ARCH} == "mips") + ldconfig # Fuck. +.endif .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif