diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-21 03:28:07 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-21 03:28:07 +0000 |
commit | 14785b595820705698dbf4472ed806d9c2fa536c (patch) | |
tree | 803bb1d64c054a7c05365c0065848a58765105ad /gnu | |
parent | 1cf12eea82f60eefe044abbf311d301657d64c39 (diff) | |
download | FreeBSD-src-14785b595820705698dbf4472ed806d9c2fa536c.zip FreeBSD-src-14785b595820705698dbf4472ed806d9c2fa536c.tar.gz |
change bin to BINOWN and BINGRP
Reviewed-by: joerg
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/bison/data/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/bison/data/Makefile b/gnu/usr.bin/bison/data/Makefile index c64cbfc..140a6c4 100644 --- a/gnu/usr.bin/bison/data/Makefile +++ b/gnu/usr.bin/bison/data/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 15:44:44 peter Exp $ BISONDIR=${.CURDIR}/../../../../contrib/bison @@ -15,9 +15,9 @@ bison.s1: bison.simple < ${BISONDIR}/bison.simple > bison.s1 install: - ${INSTALL} ${COPY} -o bin -g bin -m 444 bison.s1 \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 bison.s1 \ ${DESTDIR}${DATADIR}/bison.simple - ${INSTALL} -c -o bin -g bin -m 444 ${BISONDIR}/bison.hairy \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BISONDIR}/bison.hairy \ ${DESTDIR}${DATADIR} .include <bsd.prog.mk> |