6c1bb2a937
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
13 lines
301 B
Text
13 lines
301 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2000/10/19 12:07:49 abs Exp $
|
|
|
|
--- blanktime/Makefile.orig Tue Oct 17 18:44:27 2000
|
|
+++ blanktime/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
PROG=blanktime
|
|
SRCS=blanktime.c
|
|
-BINDIR=/usr/local/bin
|
|
-MANDIR=/usr/local/man
|
|
+BINDIR=${PREFIX}/bin
|
|
+MANDIR=${PREFIX}/man
|
|
|
|
.include <bsd.prog.mk>
|