diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2007-01-07 02:39:25 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2007-01-07 02:39:25 +0000 |
commit | 94558677c94a5d03d899a80043df23a730f62100 (patch) | |
tree | 436c22031640a85ef9b9c27e9326370114da8fd7 /usr.bin/cvs/Makefile | |
parent | 329216b2c18fe2c693dfecad465dc3bd53c039d8 (diff) |
rewrite of the logmessage code, which allows you to
enter a logmessage into your favorite editor when commiting.
Diffstat (limited to 'usr.bin/cvs/Makefile')
-rw-r--r-- | usr.bin/cvs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index cd7a67873bd..b7f66594e71 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2006/11/27 14:19:53 xsa Exp $ +# $OpenBSD: Makefile,v 1.34 2007/01/07 02:39:24 joris Exp $ PROG= opencvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 @@ -6,9 +6,9 @@ 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 entries.c fatal.c \ - file.c getlog.c log.c import.c init.c remove.c repository.c rcs.c \ - rcsnum.c rcstime.c remote.c root.c server.c status.c tag.c \ - worklist.c util.c update.c version.c xmalloc.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 \ + status.c tag.c worklist.c util.c update.c version.c xmalloc.c CFLAGS+=-Wall CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes |