summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index ee31734..e50178f 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.5 1993/12/28 07:57:07 smace Exp $
+# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.6 1994/01/29 20:20:51 nate Exp $
SHLIB_MAJOR=1
SHLIB_MINOR=0
@@ -8,4 +8,7 @@ CFLAGS+=-DHAVE_STRING_H=1
SRCS= regex.c
NOMAN= noman
+afterinstall:
+ install -c ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud