diff options
Diffstat (limited to 'share/syscons/keymaps/Makefile')
-rw-r--r-- | share/syscons/keymaps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index fe3e309..1ee5f3b 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -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> |