summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-04-03 20:45:09 +0000
committermiod <miod@openbsd.org>2014-04-03 20:45:09 +0000
commitb829ff8ec0da0c8579ab0e62f05768edf3da1a92 (patch)
treef923752d3f161825398ca4f8992aaf645033140a
parentregen (diff)
downloadwireguard-openbsd-b829ff8ec0da0c8579ab0e62f05768edf3da1a92.tar.xz
wireguard-openbsd-b829ff8ec0da0c8579ab0e62f05768edf3da1a92.zip
Install the manpage on loongson too (and arm* while there); it could be argued
that this little binary is worth building everywhere with an MI manpage although there are still a few arches where it won't serve any useful purpose; spotted by Donovan Watteau.
-rw-r--r--sbin/kbd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index c7abe0eebf0..2a04804d0f2 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.35 2014/03/18 22:36:30 miod Exp $
+# $OpenBSD: Makefile,v 1.36 2014/04/03 20:45:09 miod Exp $
#
# Be sure to change src/distrib/special/kbd/Makefile as well if you add or
# remove architectures on this list!
#
-.if ${MACHINE} != "aviion"
+.if ${MACHINE} != "aviion" && ${MACHINE} != "hppa64" && \
+ ${MACHINE} != "ia64" && ${MACHINE} != "octeon"
PROG= kbd
@@ -17,7 +18,7 @@ NOPROG= Yes
.endif
MAN= kbd.8
-MANSUBDIR= alpha amd64 hppa i386 landisk luna88k macppc \
- sgi socppc sparc sparc64 vax zaurus
+MANSUBDIR= alpha amd64 armish armv7 hppa i386 landisk loongson luna88k \
+ macppc sgi socppc sparc sparc64 vax zaurus
.include <bsd.prog.mk>