diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-29 08:50:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-29 08:50:10 +0000 |
commit | 5f23a7dc6615ca1a138f7a405fea9c54cf8fc200 (patch) | |
tree | 82afe9d8ce476e1be86a52d783852971cb6da2ff /usr.sbin | |
parent | 6502823cc0c30a38e40b02028e0bd87906dab6a5 (diff) |
and another one
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsmoused/Makefile | 4 |
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> |