summaryrefslogtreecommitdiff
path: root/usr.sbin/wsconscfg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r--usr.sbin/wsconscfg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 08a07bbfa4b..61e6ef543a4 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2006/06/06 15:05:23 deraadt Exp $
+# $OpenBSD: Makefile,v 1.24 2006/07/24 22:25:01 miod Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hp300" || \
@@ -6,7 +6,7 @@
${MACHINE} == "luna88k" || ${MACHINE} == "mac68k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \
${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \
- ${MACHINE} == "zaurus"
+ ${MACHINE} == "vax" || ${MACHINE} == "zaurus"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -19,6 +19,6 @@ NOPROG=yes
MAN= wsconscfg.8
MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \
- sgi sparc sparc64 zaurus
+ sgi sparc sparc64 vax zaurus
.include <bsd.prog.mk>