=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/Makefile 1996/04/23 09:47:22 1.6 --- src/Makefile 1996/05/06 20:31:44 1.7 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.6 1996/04/23 09:47:22 mickey 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.7 1996/05/06 20:31:44 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. *************** *** 24,35 **** @(cd ${.CURDIR}/regress && ${MAKE} regress) .endif ! #beforeinstall: ! #.ifndef DESTDIR ! # (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) ! #.else ! # (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs) ! #.endif afterinstall: .ifndef NOMAN --- 24,35 ---- @(cd ${.CURDIR}/regress && ${MAKE} regress) .endif ! beforeinstall: ! .ifndef DESTDIR ! (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) ! .else ! (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs) ! .endif afterinstall: .ifndef NOMAN *************** *** 38,44 **** build: (cd ${.CURDIR}/share/mk && ${MAKE} install) ! (cd ${.CURDIR}/include && ${MAKE} install) .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install) .endif --- 38,44 ---- build: (cd ${.CURDIR}/share/mk && ${MAKE} install) ! ${MAKE} includes .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install) .endif