summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/Makefile
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 /sbin/wsconsctl/Makefile
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 'sbin/wsconsctl/Makefile')
-rw-r--r--sbin/wsconsctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 116bf63d012..f6b26a09466 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.18 2004/04/24 13:38:35 miod Exp $
+# $OpenBSD: Makefile,v 1.19 2004/05/03 15:18:19 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= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -25,6 +25,6 @@ NOPROG=yes
.endif
MAN= wsconsctl.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>