From 20f267e15918ae7c87dd31c2790d29bf080b8a31 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 13 May 2008 21:29:36 +0000 Subject: [PATCH] Disable more wscons bits on socppc. --- src/etc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 70b71528..7661fcd3 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.262 2008/05/13 20:44:54 miod Exp $ +# $OpenBSD: Makefile,v 1.263 2008/05/13 21:29:36 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -21,8 +21,9 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \ etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \ moduli pf.os sensorsd.conf ifstated.conf -.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \ - ${MACHINE} != "mvme88k" && ${MACHINE} != "landisk" +.if ${MACHINE} != "aviion" && ${MACHINE} != "landisk" && \ + ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" && \ + ${MACHINE} != "socppc" BIN1+= wsconsctl.conf .endif