mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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:
parent
aaa3c1f6ba
commit
0c8096059c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1517
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue