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
14 lines
309 B
Text
14 lines
309 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2000/10/19 12:07:49 abs Exp $
|
|
|
|
--- mkbeep/Makefile.orig Tue Oct 17 18:44:43 2000
|
|
+++ mkbeep/Makefile
|
|
@@ -3,7 +3,7 @@
|
|
LDADD+= -lm
|
|
DPADD+= ${LIBM}
|
|
CFLAGS+= -I.
|
|
-BINDIR=/usr/local/bin
|
|
-MANDIR=/usr/local/man/cat
|
|
+BINDIR=${PREFIX}/bin
|
|
+MANDIR=${PREFIX}/man
|
|
|
|
.include <bsd.prog.mk>
|