diff options
author | 2014-04-03 20:55:44 +0000 | |
---|---|---|
committer | 2014-04-03 20:55:44 +0000 | |
commit | 6570620a4587757b11741a84a9c382995b98503f (patch) | |
tree | ba9c103463d501d9c3ff418523feb4d401f3cc6b | |
parent | Install the manpage on loongson too (and arm* while there); it could be argued (diff) | |
download | wireguard-openbsd-6570620a4587757b11741a84a9c382995b98503f.tar.xz wireguard-openbsd-6570620a4587757b11741a84a9c382995b98503f.zip |
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.
-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> |