diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index 3512071380b6..3ebc0f01a8a3 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -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 diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index fe3e309e0338..1ee5f3b6956e 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