mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
No longer install the GNU regex.h include file.
This commit is contained in:
parent
e5be428b59
commit
d21e209e03
1 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.4 1993/11/09 20:23:44 paul Exp $
|
||||
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.5 1993/12/28 07:57:07 smace Exp $
|
||||
|
||||
SHLIB_MAJOR=1
|
||||
SHLIB_MINOR=0
|
||||
|
|
@ -8,8 +8,4 @@ CFLAGS+=-DHAVE_STRING_H=1
|
|||
SRCS= regex.c
|
||||
NOMAN= noman
|
||||
|
||||
beforeinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue