diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-09 21:17:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-09 21:17:14 +0000 |
commit | 4f818ce4d2ef337ee7f635f884e8dac26b578f50 (patch) | |
tree | 046164ec35aeb6d46072b6cf3231b308d197c522 /usr.sbin | |
parent | 8d905b018aa457ec6e396c6c549499cddfb71df6 (diff) |
Administrative changes for aviion, ok deraadt@
Diffstat (limited to 'usr.sbin')
-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 a2091a691fa..38dc8c43fc6 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.20 2006/01/04 20:39:06 miod Exp $ +# $OpenBSD: Makefile,v 1.21 2006/05/09 21:17:13 miod Exp $ -.if ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" && \ - ${MACHINE} != "vax" +.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \ + ${MACHINE} != "mvme88k" && ${MACHINE} != "vax" PROG= wsconscfg SRCS= wsconscfg.c |