aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1995-03-06 05:52:47 +0000
committerNate Williams <nate@FreeBSD.org>1995-03-06 05:52:47 +0000
commit7cd21d19097ab1643380cd7a78a170c9c6930760 (patch)
tree94caef95615670951242c0fc1a2b2aa636287a83 /Makefile
parent0be9c260c5d5b9e5f0f09362e717042883c6c619 (diff)
downloadsrc-7cd21d19097ab1643380cd7a78a170c9c6930760.tar.gz
src-7cd21d19097ab1643380cd7a78a170c9c6930760.zip
Since at least one utility depends on it (GNU diff), install the gnu regex
include file (gnuregex.h) in the includes target.
Notes
Notes: svn path=/head/; revision=6927
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cdd09f5236e..4f20e241280d 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)