summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-03-06 05:51:32 +0000
committernate <nate@FreeBSD.org>1995-03-06 05:51:32 +0000
commit3de1e92941d71d44266b33bbd200af6b88e39dfe (patch)
tree89d0a3bfec3624fc96185b3f6535df035da6ca66 /gnu/lib/libregex
parent2e12ff40d71b441237b19bf342f511c80ce7590d (diff)
downloadFreeBSD-src-3de1e92941d71d44266b33bbd200af6b88e39dfe.zip
FreeBSD-src-3de1e92941d71d44266b33bbd200af6b88e39dfe.tar.gz
Install the include file in the same way that all other includes file are
in the 'beforeinstall' target.
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 9ced33f..3ebe3bd 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.11 1995/01/11 06:12:01 ache Exp $
+# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.12 1995/01/16 17:54:57 ache Exp $
LIB= gnuregex
@@ -8,7 +8,7 @@ NOMAN= noman
SUBDIR+= doc
-afterinstall:
+beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
OpenPOWER on IntegriCloud