mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
change bin to BINOWN and BINGRP
Reviewed-by: joerg
This commit is contained in:
parent
656b256cd5
commit
0426565f90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28476
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user