summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-08-17 21:14:22 +0000
committerandreas <andreas@FreeBSD.org>1997-08-17 21:14:22 +0000
commita9522afe045b29ec0e6f5d38aa57692ae245f92c (patch)
tree86e6d57edda96783566b09f5b7fbde3a939a4231 /Makefile
parentdc4edce04f9cf3054b57276ca949e6ee9260cda2 (diff)
downloadFreeBSD-src-a9522afe045b29ec0e6f5d38aa57692ae245f92c.zip
FreeBSD-src-a9522afe045b29ec0e6f5d38aa57692ae245f92c.tar.gz
fix a make world problem.
updated beforeinstall target. mp.h from gnu/lib/libgmp.h has to be installed to /usr/include so that usr.bin/chkey and usr.bin/newkey can be compiled.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93e4630..2db8844 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.133 1997/08/05 03:49:45 asami Exp $
+# $Id: Makefile,v 1.134 1997/08/12 10:12:56 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -448,6 +448,7 @@ includes:
cd ${.CURDIR}/gnu/lib/libstdc++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libgmp && ${MAKE} beforeinstall
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud