diff options
-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> |