From d57211d52c7c41b8a57c62ee5fcd43da553c92f0 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 15 May 2009 16:26:53 +0000 Subject: [PATCH] install wsconsctl.conf on more machines --- src/etc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index a36d1082..fb15ade7 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.276 2009/05/09 16:29:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.277 2009/05/15 16:26:53 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -21,9 +21,8 @@ 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} != "landisk" && \ - ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" && \ - ${MACHINE} != "socppc" +.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \ + ${MACHINE} != "mvme88k" BIN1+= wsconsctl.conf .endif