diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-06 05:07:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-06 05:07:17 +0000 |
commit | e050da0a7ff2a630ed415df93c50c041afa7f810 (patch) | |
tree | 97f522ce0644d35a58d421d062eba79b3e4d4e36 /sbin/wsconsctl | |
parent | f4b370f83519f21deb6a75ce06a4846528c353cc (diff) |
oops
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index 08e2c7e8734..afeb747ee81 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2006/06/06 00:01:49 drahn Exp $ +# $OpenBSD: Makefile,v 1.28 2006/06/06 05:07:16 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" |