diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-03 15:18:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-03 15:18:22 +0000 |
commit | d907b819f70da1dd52effec1d581a95e446ad108 (patch) | |
tree | 2c0fa84730f631c28358df09ce5204acbb501d42 /usr.sbin/wsmoused/Makefile | |
parent | 19b5abc74c55fac31766f7e5c5a906086aa315af (diff) |
Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.
Diffstat (limited to 'usr.sbin/wsmoused/Makefile')
-rw-r--r-- | usr.sbin/wsmoused/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile index 408048f64da..36a88a58377 100644 --- a/usr.sbin/wsmoused/Makefile +++ b/usr.sbin/wsmoused/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2004/01/29 08:50:09 mickey Exp $ +# $OpenBSD: Makefile,v 1.6 2004/05/03 15:18:21 drahn Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\ - ${MACHINE} == "alpha" || ${MACHINE} == "pegasos" + ${MACHINE} == "alpha" PROG= wsmoused SRCS= wsmoused.c mouse_protocols.c @@ -13,7 +13,7 @@ NOPROG=yes .endif MAN= wsmoused.8 -MANSUBDIR= i386 amd64 alpha pegasos +MANSUBDIR= i386 amd64 alpha .include <bsd.prog.mk> |