diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-26 00:32:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-26 00:32:12 +0000 |
commit | abdec135934ce379050a2172f8b84ca9e9a22fd9 (patch) | |
tree | d214411315828549491511b4dbee27cea20c211e /Makefile | |
parent | 6536796ced0371c4784cc58e9399dc0c1890bedd (diff) |
Build libperl with the other libs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 1999/09/27 04:04:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.51 1999/11/26 00:32:11 millert Exp $ # # For more information on building in tricky environments, please see @@ -83,6 +83,11 @@ build: ${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 |