summaryrefslogtreecommitdiff
path: root/sbin/kbd
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/kbd
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/kbd')
-rw-r--r--sbin/kbd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index 85a76d0fbcd..1fde4d86250 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,14 +1,14 @@
-# $OpenBSD: Makefile,v 1.21 2004/02/07 21:06:13 miod Exp $
+# $OpenBSD: Makefile,v 1.22 2004/05/03 15:18:19 drahn Exp $
#
# Be sure to change src/distrib/special/kbd/Makefile as well if you add
# architectures to this list!
#
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
- (${MACHINE} == "macppc") || (${MACHINE} == "pegasos") || \
- (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "vax") || (${MACHINE} == "cats")
+ (${MACHINE} == "macppc") || (${MACHINE} == "alpha") || \
+ (${MACHINE} == "hppa") || (${MACHINE} == "sparc") || \
+ (${MACHINE} == "sparc64") || (${MACHINE} == "vax") || \
+ (${MACHINE} == "cats")
PROG= kbd
@@ -21,6 +21,6 @@ NOPROG= Yes
.endif
MAN= kbd.8
-MANSUBDIR= alpha hppa i386 macppc sparc sparc64 vax pegasos amd64 cats
+MANSUBDIR= alpha hppa i386 macppc sparc sparc64 vax amd64 cats
.include <bsd.prog.mk>