diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-06 15:05:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-06 15:05:24 +0000 |
commit | e3127dd72c939815936b9554809eb1f5bf3b1230 (patch) | |
tree | 37cf60d87e79c64516597299437687bf5fd02238 /usr.sbin/wsconscfg | |
parent | 378c2e4bfd8d366772828889d4cadc7cae2e1467 (diff) |
another typo
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index ebd869bce88..08a07bbfa4b 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.22 2006/06/06 00:01:50 drahn Exp $ +# $OpenBSD: Makefile,v 1.23 2006/06/06 15:05:23 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "luna88k" || ${MACHINE} == "mac68k" || \ - ${MACHINE} == "macpppc" || ${MACHINE} == "sgi" || \ + ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \ ${MACHINE} == "zaurus" |