diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-06 20:16:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-06 20:16:48 +0000 |
commit | 87bd04832a7d7b02af2d0a83ab362b4a7d27e9c8 (patch) | |
tree | bb5ec126ca2b742e94c0a065da16497d520166c4 /sbin/kbd | |
parent | 6ffdc216fb578a882cdaca459faef42870703c55 (diff) |
Install a manpage for luna88k since we build the binary anyway.
Diffstat (limited to 'sbin/kbd')
-rw-r--r-- | sbin/kbd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index b3b8c035cd1..6bd96b73486 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2005/05/02 23:14:34 martin Exp $ +# $OpenBSD: Makefile,v 1.27 2005/11/06 20:16:47 miod Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or @@ -18,8 +18,7 @@ NOPROG= Yes .endif MAN= kbd.8 -MANSUBDIR= alpha hppa i386 macppc sgi sparc sparc64 vax amd64 cats zaurus -MANSUBDIR= alpha amd64 cats hp300 hppa i386 macppc sgi sparc sparc64 vax \ - zaurus +MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k macppc sgi sparc \ + sparc64 vax zaurus .include <bsd.prog.mk> |