=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.49 retrieving revision 1.51 diff -u -r1.49 -r1.51 --- src/Makefile 1999/03/02 21:47:32 1.49 +++ src/Makefile 1999/11/26 00:32:11 1.51 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 1999/03/02 21:47:32 niklas Exp $ +# $OpenBSD: Makefile,v 1.51 1999/11/26 00:32:11 millert Exp $ # # For more information on building in tricky environments, please see @@ -57,7 +57,7 @@ .endif includes: - (cd ${.CURDIR}/include; ${MAKE} includes) + (cd ${.CURDIR}/include; ${MAKE} prereq; ${MAKE} includes) beforeinstall: .ifndef DESTDIR @@ -83,6 +83,11 @@ ${SUDO} ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ ${SUDO} ${MAKE} install) + (cd ${.CURDIR}/gnu/usr.bin/perl && \ + ${MAKE} -f Makefile.bsd-wrapper config.sh && \ + ${MAKE} -f Makefile.bsd-wrapper depend && \ + ${MAKE} -f Makefile.bsd-wrapper perl.lib && \ + ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib) .if (${MACHINE_ARCH} == "mips") ldconfig .endif