=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.43 retrieving revision 1.45 diff -u -r1.43 -r1.45 --- src/Makefile 1999/01/07 04:57:13 1.43 +++ src/Makefile 1999/01/24 16:08:37 1.45 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 1999/01/07 04:57:13 millert Exp $ +# $OpenBSD: Makefile,v 1.45 1999/01/24 16:08:37 art Exp $ # # For more information on building in tricky environments, please see @@ -58,11 +58,6 @@ includes: (cd ${.CURDIR}/include; ${MAKE} includes) -.ifndef DESTDIR - rdist -cR /usr/include localhost:/usr/include.real -.else - rdist -cR ${DESTDIR}usr/include localhost:${DESTDIR}usr/include.real -.endif beforeinstall: .ifndef DESTDIR @@ -92,7 +87,7 @@ ldconfig .endif .if (${KERBEROS} == "yes") - (cd ${.CURDIR}/kerberosIV && ${MAKE} build) + (cd ${.CURDIR}/kerberosIV && ${MAKE} SUDO=${SUDO} build) .endif .if (${MACHINE_ARCH} == "mips") ldconfig