diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-13 19:17:26 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-13 19:17:26 +0000 |
commit | f5b97e9b5d35932b98d2a5571688fdf842679267 (patch) | |
tree | 8639a24675773555f1601738240269e1292c6c71 /sbin/kbd/Makefile | |
parent | 9baaa89847fb53ec5b8efb870aa00fadf95d030c (diff) |
build on zaurus too, after further discusssion, because MANSUBDIR needs
updating it will be explicit MACHINE
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r-- | sbin/kbd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <bsd.prog.mk> |