diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-03 20:55:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-03 20:55:45 +0000 |
commit | 6a027512e8bc0ebe46c29b5bb53d6469002fd208 (patch) | |
tree | 5affecad76545510ae8c967848de18b43e012326 /sbin/kbd | |
parent | ae8743ab2cb35cccb386aef3c2a08e981813a79e (diff) |
On second thought, make that manpage MI, even though the binary is not
necessarily built; that makes it consistent with wsconsctl(8).
Prodded by deraadt.
Diffstat (limited to 'sbin/kbd')
-rw-r--r-- | sbin/kbd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 2a04804d0f2..12a1d0c4f02 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2014/04/03 20:45:09 miod Exp $ +# $OpenBSD: Makefile,v 1.37 2014/04/03 20:55:44 miod Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or @@ -18,7 +18,5 @@ NOPROG= Yes .endif MAN= kbd.8 -MANSUBDIR= alpha amd64 armish armv7 hppa i386 landisk loongson luna88k \ - macppc sgi socppc sparc sparc64 vax zaurus .include <bsd.prog.mk> |