summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:01:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:01:00 +0000
commitc7b111cba82a6eafca66d37944c7293fb1a11000 (patch)
tree57ff969855b4ca919ff4d533236ef90e163b1e76 /gnu/lib/libregex
parent26e5d4d14fe0a1a8c1169a4f02b167aa6b26e2e7 (diff)
Notes
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 968308e8c67c..d351027a8d09 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -7,12 +7,10 @@ SHLIB_MAJOR= 2
SHLIB_MINOR= 0
SRCS= regex.c
+INCS= regex.h
+INCSNAME= gnuregex.h
NOMAN= noman
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
- ${DESTDIR}/usr/include/gnuregex.h
-
.include <bsd.lib.mk>