summaryrefslogtreecommitdiffstats
path: root/share/syscons/fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/syscons/fonts/Makefile')
-rw-r--r--share/syscons/fonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index 32a9086..7eb72b2 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
+# $Id: Makefile,v 1.6 1995/05/30 06:58:14 rgrimes Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@@ -22,7 +22,7 @@ all clean:
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>
OpenPOWER on IntegriCloud