diff options
author | 2006-06-06 05:07:16 +0000 | |
---|---|---|
committer | 2006-06-06 05:07:16 +0000 | |
commit | 13e07a6622c75fd6582e52eaa8d419d9f1faaed4 (patch) | |
tree | a3921da6ecdaf73fa164bd35be05d57a5f370e68 | |
parent | Initial version of port specific documentation, mostly a skeleton for now. (diff) | |
download | wireguard-openbsd-13e07a6622c75fd6582e52eaa8d419d9f1faaed4.tar.xz wireguard-openbsd-13e07a6622c75fd6582e52eaa8d419d9f1faaed4.zip |
oops
-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" |