diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-27 09:21:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-27 09:21:33 +0000 |
commit | adf974d26685db33ca90f935db60fbc24aa041b4 (patch) | |
tree | 5d75ab116dba0a455887d8ab144417ab18577e3f /usr.bin | |
parent | 4b304867571f3eba9040f46e9c023c5576768186 (diff) |
put opencvs(1) actively into /usr/bin/opencvs; for now it is not yet 100%
ready as a replacement for gnu cvs, but it is time to let people start
using it and breaking it. ONE RULE REMAINS. Do NOT even think for a moment
that you can opencvs against our main repositories in any way -- that will
come later. this is to improve the testing process. ok joris beck
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index bcf5c8b888c..9a53c32be07 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.104 2007/03/23 02:17:52 ray Exp $ +# $OpenBSD: Makefile,v 1.105 2008/02/27 09:21:32 deraadt Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ locate lock logger login logname look lorder m4 mail make man mesg mg \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \ newsyslog \ - nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \ + nfsstat nice nm nohup oldrdist opencvs pagesize passwd paste patch pctr \ pkg-config pkill \ pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ |