summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-03-06 05:52:47 +0000
committernate <nate@FreeBSD.org>1995-03-06 05:52:47 +0000
commit91b4f3d39fcfd53a3fb49b94b714bba01028d513 (patch)
tree94caef95615670951242c0fc1a2b2aa636287a83 /Makefile
parent3de1e92941d71d44266b33bbd200af6b88e39dfe (diff)
downloadFreeBSD-src-91b4f3d39fcfd53a3fb49b94b714bba01028d513.zip
FreeBSD-src-91b4f3d39fcfd53a3fb49b94b714bba01028d513.tar.gz
Since at least one utility depends on it (GNU diff), install the gnu regex
include file (gnuregex.h) in the includes target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cdd09f..4f20e24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.40 1995/02/09 11:09:41 jkh Exp $
+# $Id: Makefile,v 1.41 1995/02/26 01:27:27 phk Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -199,6 +199,7 @@ includes:
cd ${.CURDIR}/include && ${MAKE} install
cd ${.CURDIR}/gnu/include && ${MAKE} install
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
OpenPOWER on IntegriCloud