summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-05-03 15:18:22 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-05-03 15:18:22 +0000
commitd907b819f70da1dd52effec1d581a95e446ad108 (patch)
tree2c0fa84730f631c28358df09ce5204acbb501d42 /usr.sbin
parent19b5abc74c55fac31766f7e5c5a906086aa315af (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')
-rw-r--r--usr.sbin/wsconscfg/Makefile6
-rw-r--r--usr.sbin/wsmoused/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 18c156091c1..a82937e41d0 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.14 2004/04/24 13:38:37 miod Exp $
+# $OpenBSD: Makefile,v 1.15 2004/05/03 15:18:21 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
+ ${MACHINE} == "sparc64"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -16,6 +16,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 pegasos
+MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64
.include <bsd.prog.mk>
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>