diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-04 01:44:25 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-04 01:44:25 +0000 |
| commit | 95a3cdde3945b0fe47f081e16bb8f60c05dbb4b1 (patch) | |
| tree | f84ef747e8b2671110b8f1a62d826ea8c56f483a | |
| parent | 8677f5094d3717c339715f0371dc6574f4049fe0 (diff) | |
Notes
| -rw-r--r-- | share/syscons/fonts/Makefile | 3 | ||||
| -rw-r--r-- | share/syscons/keymaps/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index 3512071380b64..3ebc0f01a8a39 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 <bsd.prog.mk> diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index fe3e309e03385..1ee5f3b6956e9 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> |
