diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-08-31 07:28:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-08-31 07:28:34 +0000 |
commit | c2d35893bfb9957f59ce41e9cc1d27c7f08c81e8 (patch) | |
tree | ac95b07a01f574a02c5ef116cd5516ef2b7db68b /etc/Makefile | |
parent | 5ab849d14c77d889df664bc0c6dbb1fb3a98b109 (diff) |
Install /etc/wsconsctl.conf on sparc.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 200131efa10..6bcaab672dc 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.169 2002/07/18 20:57:50 provos Exp $ +# $OpenBSD: Makefile,v 1.170 2002/08/31 07:28:32 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -23,7 +23,8 @@ 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} == "sparc" || ${MACHINE} == "sparc64") BIN1+= wsconsctl.conf .endif |