aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-08-17 21:14:22 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-08-17 21:14:22 +0000
commit3dfd5a629525224dcd56857055803d95daa3bd0d (patch)
tree0a9b27dd740832d1d6199e2dd83bdeaff24c718d
parent9a57b7d230c34b2703928de03fb53ed7dc6f9c4f (diff)
Notes
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93e463017ca3..2db8844dfb77 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