summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-11-26 00:32:11 +0000
committermillert <millert@openbsd.org>1999-11-26 00:32:11 +0000
commit8e7fffa247c66ce9648ab33bd0b4dc9ef489526e (patch)
treeef26ec11f2ccf59f43578bdd0042c61cac276096
parentincorrect icmp packet length printf; gluk@ptci.ru (diff)
downloadwireguard-openbsd-8e7fffa247c66ce9648ab33bd0b4dc9ef489526e.tar.xz
wireguard-openbsd-8e7fffa247c66ce9648ab33bd0b4dc9ef489526e.zip
Build libperl with the other libs
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6aeaf69e07a..82c372e178f 100644
--- a/Makefile
+++ b/Makefile
@@ -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