summaryrefslogtreecommitdiffstats
path: root/share/syscons/fonts
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-02 16:56:56 +0000
committerache <ache@FreeBSD.org>1997-04-02 16:56:56 +0000
commit777408eb145521d18b5216c8ee6e67215f908e51 (patch)
treed060a7b3d15a84bce0423d7195a887416d5feb73 /share/syscons/fonts
parent86b5cc53e4f1a7713a27701473c66cd538265c38 (diff)
downloadFreeBSD-src-777408eb145521d18b5216c8ee6e67215f908e51.zip
FreeBSD-src-777408eb145521d18b5216c8ee6e67215f908e51.tar.gz
cd ${.CURDIR} before installing, since no files in the obj directory
Diffstat (limited to 'share/syscons/fonts')
-rw-r--r--share/syscons/fonts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index dc3355f..3512071 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.12 1997/02/22 13:56:36 peter Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@@ -21,7 +21,8 @@ NOMAN = noman
NOOBJ = noobj
install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
+ cd ${.CURDIR} && \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud