summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-01-29 08:50:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-01-29 08:50:10 +0000
commit5f23a7dc6615ca1a138f7a405fea9c54cf8fc200 (patch)
tree82afe9d8ce476e1be86a52d783852971cb6da2ff /usr.sbin
parent6502823cc0c30a38e40b02028e0bd87906dab6a5 (diff)
and another one
Diffstat (limited to 'usr.sbin')
-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>