summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-03 19:20:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-03 19:20:11 +0000
commit99e7176927fe4c9b6d063852de3465e0cbf09965 (patch)
tree97fe0a1e525770184798b11204f49dbe26d69f5f
parent3bfd4869c359fd0073c0e91ca3d34fbe39175dfc (diff)
wsconsctl.conf for sparc64 too; mickey ok
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 693ce984768..a80b9c5a48c 100644
--- a/etc/Makefile
+++ b/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