From ebda7d0c56695802a80ade4f1b4e790c7baf78c7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 3 Apr 2002 20:56:36 +0000 Subject: [PATCH] oops --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index a80b9c5a..1ddedfba 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.154 2002/04/03 19:20:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.155 2002/04/03 20:56:36 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -23,7 +23,7 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ mailer.conf .if (${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "i386" || ${MACHINE} == "macppc") || ${MACHINE} == "sparc64") + ${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "sparc64") BIN1+= wsconsctl.conf .endif