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 /distrib/special/kbd | |
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 'distrib/special/kbd')
-rw-r--r-- | distrib/special/kbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile index f2ae7af9b9e..8c4dfe701b9 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2004/02/27 17:36:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2004/05/03 15:18:19 drahn Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ (${MACHINE} == "vax") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "cats") || (${MACHINE} == "pegasos") + (${MACHINE} == "cats") PROG= kbd COPTS+= -Os |