summaryrefslogtreecommitdiffstats
path: root/share/syscons
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-04 01:44:25 +0000
committerache <ache@FreeBSD.org>1997-04-04 01:44:25 +0000
commitc6b131679d3786f27f4ce2748c39ecc3bb8795e3 (patch)
treea3f6e6f86739f77c554d7322823c50c1235e82c3 /share/syscons
parentc4788376967b762c307ba59734ca5d24f2058f94 (diff)
downloadFreeBSD-src-c6b131679d3786f27f4ce2748c39ecc3bb8795e3.zip
FreeBSD-src-c6b131679d3786f27f4ce2748c39ecc3bb8795e3.tar.gz
Back out cd ${.CURDIR}, stale obj fault
Diffstat (limited to 'share/syscons')
-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 3512071..3ebc0f0 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 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>
OpenPOWER on IntegriCloud