=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/Makefile 1999/01/07 04:57:13 1.43 --- src/Makefile 1999/01/08 00:26:59 1.44 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.43 1999/01/07 04:57:13 millert Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.44 1999/01/08 00:26:59 millert Exp $ # # For more information on building in tricky environments, please see *************** *** 58,68 **** 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 --- 58,63 ----