summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/kbdmap/Makefile')
-rw-r--r--usr.sbin/kbdmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile
index e60cd97..1bf5c1e 100644
--- a/usr.sbin/kbdmap/Makefile
+++ b/usr.sbin/kbdmap/Makefile
@@ -1,5 +1,5 @@
# Makefile for kbdmap / vidfont
-# $Id: Makefile,v 1.3 1995/04/06 14:41:50 ache Exp $
+# $Id: Makefile,v 1.4 1995/07/17 14:43:06 jkh Exp $
SCRIPT= ${.CURDIR}/kbdmap.pl
LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont
@@ -10,7 +10,7 @@ all:
@echo -n
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${SCRIPT} ${DESTDIR}${BINDIR}/kbdmap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud