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 /usr.sbin/wsconscfg | |
parent | a7fdfd31304e30246ba69743883b9f2af2bb9396 (diff) |
Build wscons stuff on vax (but no for bsd.rd yet)
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 6 |
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> |