diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-08-23 05:26:19 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-08-23 05:26:19 +0000 |
| commit | f8851ba62f5185f288926ff48007fafd1a299f6d (patch) | |
| tree | 29daddf1e015d89ff629acc6046b8148e5d9b2ad /gnu/lib | |
| parent | 9f07bdff869381ff9b63aaff45be99fd5aa97b88 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 80f746832fcd..d6e822f3f7fd 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.1 1993/07/30 20:15:28 conklin Exp $ +# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.2 1993/08/08 04:38:56 rgrimes Exp $ LIB= gnuregex CFLAGS+=-DHAVE_STRING_H=1 @@ -6,7 +6,7 @@ SRCS= regex.c NOMAN= noman beforeinstall: - install -c -o root -g wheel -m 444 ${.CURDIR}/regex.h \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \ ${DESTDIR}/usr/include .include <bsd.lib.mk> |
