summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsmoused
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2004-01-29 08:50:09 +0000
committermickey <mickey@openbsd.org>2004-01-29 08:50:09 +0000
commitf3d80a6d910f0317728b73010da70763a1255617 (patch)
tree34c4c7302f0ef8bc896e410ec2d945286c4d9466 /usr.sbin/wsmoused
parentanother typo (diff)
downloadwireguard-openbsd-f3d80a6d910f0317728b73010da70763a1255617.tar.xz
wireguard-openbsd-f3d80a6d910f0317728b73010da70763a1255617.zip
and another one
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r--usr.sbin/wsmoused/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile
index 540df7332f6..408048f64da 100644
--- a/usr.sbin/wsmoused/Makefile
+++ b/usr.sbin/wsmoused/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2004/01/28 17:43:01 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2004/01/29 08:50:09 mickey Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\
${MACHINE} == "alpha" || ${MACHINE} == "pegasos"
@@ -13,7 +13,7 @@ NOPROG=yes
.endif
MAN= wsmoused.8
-MANSUBDIR= i386 amd64 alpha pegosos
+MANSUBDIR= i386 amd64 alpha pegasos
.include <bsd.prog.mk>