summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-15 19:52:50 +0000
committerbde <bde@FreeBSD.org>1994-09-15 19:52:50 +0000
commit797f1dafb87f77babbad439e353c8c0de6154871 (patch)
treea812e721013166d6ec7db8e12ae225df8d35085a /gnu/lib/libregex
parent9400f03fed81eb800b0bf44dae4b383dca6c2a95 (diff)
downloadFreeBSD-src-797f1dafb87f77babbad439e353c8c0de6154871.zip
FreeBSD-src-797f1dafb87f77babbad439e353c8c0de6154871.tar.gz
Install libregex.h with the correct owner, group and mode.
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 4039b1a..7fee079 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.7 1994/05/19 17:40:01 jkh Exp $
+# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.8 1994/05/27 10:53:33 csgr Exp $
LIB= gnuregex
@@ -7,6 +7,7 @@ SRCS= regex.c
NOMAN= noman
afterinstall:
- install -c ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud