summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1994-01-29 20:20:51 +0000
committernate <nate@FreeBSD.org>1994-01-29 20:20:51 +0000
commitef0615a7dd1b5be749f5d76ca4e3a6553c38aa7a (patch)
treec2cac41b381795bcd52f4f9a84b7cf2f067698d9 /gnu
parente836282d5e70d54f491e68e577f46a9be0269415 (diff)
downloadFreeBSD-src-ef0615a7dd1b5be749f5d76ca4e3a6553c38aa7a.zip
FreeBSD-src-ef0615a7dd1b5be749f5d76ca4e3a6553c38aa7a.tar.gz
No longer install the GNU regex.h include file.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libregex/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 8af0824..ee31734 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -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>
OpenPOWER on IntegriCloud