From a0c46a95d5a99e19b653ee55fce2e7fca65e80be Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 3 Apr 2002 19:20:10 +0000 Subject: [PATCH] wsconsctl.conf for sparc64 too; mickey ok --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 693ce984..a80b9c5a 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.153 2002/03/31 17:30:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.154 2002/04/03 19:20:10 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} == "i386" || ${MACHINE} == "macppc") || ${MACHINE} == "sparc64") BIN1+= wsconsctl.conf .endif