From f5b97e9b5d35932b98d2a5571688fdf842679267 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Thu, 13 Jan 2005 19:17:26 +0000 Subject: build on zaurus too, after further discusssion, because MANSUBDIR needs updating it will be explicit MACHINE --- sbin/kbd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sbin/kbd/Makefile') diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index c2a7a59e67f..55bd8bf81b4 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2004/08/06 22:56:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.25 2005/01/13 19:17:25 drahn Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add @@ -8,7 +8,8 @@ (${MACHINE} == "alpha") || (${MACHINE} == "macppc") || \ (${MACHINE} == "hppa") || (${MACHINE} == "sparc") || \ (${MACHINE} == "sparc64") || (${MACHINE} == "vax") || \ - (${MACHINE} == "sgi") || (${MACHINE} == "cats") + (${MACHINE} == "sgi") || (${MACHINE} == "cats") || \ + (${MACHINE} == "zaurus") PROG= kbd @@ -21,6 +22,6 @@ NOPROG= Yes .endif MAN= kbd.8 -MANSUBDIR= alpha hppa i386 macppc sgi sparc sparc64 vax amd64 cats +MANSUBDIR= alpha hppa i386 macppc sgi sparc sparc64 vax amd64 cats zaurus .include -- cgit v1.2.3