Tools for the VIDC console used by NetBSD/arm32 on RiscPC - blanktime Screen blank control for arm32 virtual consoles - mkbeep Generates a waveform for the beep device - setdisplay Set display resolutiion and depth for arm32 virtual consoles - setkbd Set and report the keyboard autorepeat rate
11 lines
253 B
Text
11 lines
253 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2000/10/19 12:07:49 abs Exp $
|
|
|
|
--- setkbd/Makefile.orig Tue Oct 17 18:44:51 2000
|
|
+++ setkbd/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
PROG= setkbd
|
|
SRCS= setkbd.c
|
|
-BINDIR= /usr/local/bin
|
|
+BINDIR=${PREFIX}/bin
|
|
NOMAN=
|
|
.include <bsd.prog.mk>
|