summaryrefslogtreecommitdiff
path: root/usr.sbin/wsconscfg/Makefile
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-01-13 19:21:05 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-01-13 19:21:05 +0000
commitab09a0fd75e7ce03b7060e4c8afce944fe2e1da3 (patch)
treed2970887fa194622b8eea961dbd67d8b5d74e208 /usr.sbin/wsconscfg/Makefile
parentd01193e180ba64df5b3a00399cb2999b6e6c3c77 (diff)
build explictly on zaurus, not all arm, because of MANSUBDIR
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r--usr.sbin/wsconscfg/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index ac2272d4226..ead8e6c33cf 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.17 2005/01/13 19:03:56 drahn Exp $
+# $OpenBSD: Makefile,v 1.18 2005/01/13 19:21:04 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE_ARCH} == "arm" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "sgi"
+ ${MACHINE} == "sparc64" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "zaurus"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -17,5 +18,6 @@ NOPROG=yes
MAN= wsconscfg.8
MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 sgi
+MANSUBDIR+= zaurus
.include <bsd.prog.mk>