mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
replace 'install' with ${INSTALL}
This commit is contained in:
parent
fc29ad10fd
commit
cb67c1dd54
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ LIBS= llib-lposix.ln llib-lstdc.ln
|
|||
all: ${LIBS}
|
||||
|
||||
install:
|
||||
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
|
||||
${LIBS} ${DESTDIR}${LINTLIBDIR}
|
||||
|
||||
clean cleanall:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ MAN1= lint.1
|
|||
CFLAGS+=-I${.CURDIR}/../lint1
|
||||
|
||||
realinstall:
|
||||
install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${PROG} ${DESTDIR}${BINDIR}/lint
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue