aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-04 01:44:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-04 01:44:25 +0000
commit95a3cdde3945b0fe47f081e16bb8f60c05dbb4b1 (patch)
treef84ef747e8b2671110b8f1a62d826ea8c56f483a
parent8677f5094d3717c339715f0371dc6574f4049fe0 (diff)
Notes
-rw-r--r--share/syscons/fonts/Makefile3
-rw-r--r--share/syscons/keymaps/Makefile3
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>