mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Do not override the ``install'' target.
This commit is contained in:
parent
e5ac5644e2
commit
d92a0c0bde
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
PROG= xinstall
|
||||
MAN= install.1
|
||||
|
||||
install: maninstall
|
||||
realinstall:
|
||||
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${PROG} ${DESTDIR}${BINDIR}/install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue