diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-24 22:25:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-24 22:25:02 +0000 |
commit | 04e34046e49965cc627a5866c5c6b33c4f47b5f2 (patch) | |
tree | 6b3ae6eea39c8e093060a242a99d681d86e1bbab /sbin/wsconsctl/Makefile | |
parent | a7fdfd31304e30246ba69743883b9f2af2bb9396 (diff) |
Build wscons stuff on vax (but no for bsd.rd yet)
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r-- | sbin/wsconsctl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index afeb747ee81..96d9fc3b11b 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2006/06/06 05:07:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 2006/07/24 22:24:58 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= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ @@ -28,6 +28,6 @@ NOPROG=yes MAN= wsconsctl.8 MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \ - sgi sparc sparc64 zaurus + sgi sparc sparc64 vax zaurus .include <bsd.prog.mk> |