summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-06-06 05:07:16 +0000
committerderaadt <deraadt@openbsd.org>2006-06-06 05:07:16 +0000
commit13e07a6622c75fd6582e52eaa8d419d9f1faaed4 (patch)
treea3921da6ecdaf73fa164bd35be05d57a5f370e68
parentInitial version of port specific documentation, mostly a skeleton for now. (diff)
downloadwireguard-openbsd-13e07a6622c75fd6582e52eaa8d419d9f1faaed4.tar.xz
wireguard-openbsd-13e07a6622c75fd6582e52eaa8d419d9f1faaed4.zip
oops
-rw-r--r--sbin/wsconsctl/Makefile4
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"