A perfectly good libgnuregex.a and you can't use it! No header was being

installed.  Do so now as gnuregex.h
This commit is contained in:
Jordan K. Hubbard 1994-05-19 17:40:01 +00:00
parent aaa3c1f6ba
commit 0c8096059c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1517

View file

@ -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>