mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Back out cd ${.CURDIR}, stale obj fault
This commit is contained in:
parent
8677f5094d
commit
95a3cdde39
2 changed files with 2 additions and 4 deletions
|
|
@ -21,8 +21,7 @@ NOMAN = noman
|
|||
NOOBJ = noobj
|
||||
|
||||
install:
|
||||
cd ${.CURDIR} && \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
|
||||
${DESTDIR}${FONTDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@ NOMAN = noman
|
|||
NOOBJ = noobj
|
||||
|
||||
install:
|
||||
cd ${.CURDIR} && \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
|
||||
${DESTDIR}${MAPSDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue