diff options
Diffstat (limited to 'gnu/lib/libregex/Makefile')
-rw-r--r-- | gnu/lib/libregex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 0fab747c7ed0..cacc8b738860 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,11 +1,12 @@ -# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.6 1994/01/29 20:20:51 nate Exp $ +# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.8 1994/05/27 10:53:33 csgr Exp $ -SHLIB_MAJOR=1 -SHLIB_MINOR=0 LIB= gnuregex 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> |