diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-02-12 14:35:29 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-02-12 14:35:29 +0000 |
commit | 4c860094456a0c55b0d3e3e4a136f40f555b15f5 (patch) | |
tree | bea6ce3ffa61df92ca33f654ee59b051b49692fc /usr.bin/cvs/Makefile | |
parent | 7d0764c6cc6f70918f2dd305669809041e80881f (diff) |
remove unused leftovers from openrcs; OK joris@.
Diffstat (limited to 'usr.bin/cvs/Makefile')
-rw-r--r-- | usr.bin/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index c44cacb15a2..74be19641e3 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2007/01/12 09:27:25 xsa Exp $ +# $OpenBSD: Makefile,v 1.36 2007/02/12 14:35:28 xsa Exp $ PROG= opencvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 @@ -7,7 +7,7 @@ CPPFLAGS+=-I${.CURDIR} SRCS= cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \ buf.c cmd.c date.y diff.c diff3.c diff_internals.c edit.c entries.c \ fatal.c file.c getlog.c log.c logmsg.c import.c init.c remove.c \ - repository.c rcs.c rcsnum.c rcstime.c remote.c root.c server.c \ + repository.c rcs.c rcsnum.c remote.c root.c server.c \ status.c tag.c worklist.c util.c update.c version.c watch.c xmalloc.c CFLAGS+=-Wall |