summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2009-01-05 15:18:16 +0000
committerlulf <lulf@FreeBSD.org>2009-01-05 15:18:16 +0000
commit62eb8b9f1f1ee7ae3737c916990a30b1d0db0087 (patch)
treec44e7b597cfa990b19ab2e488a524c4f1ed731e2 /usr.bin
parenta5fb43e4cdb5d20d19105a1eb5b4a771ef5d4f7d (diff)
parent760895aea17400351c16a539e3819fa3b7b666d8 (diff)
downloadFreeBSD-src-62eb8b9f1f1ee7ae3737c916990a30b1d0db0087.zip
FreeBSD-src-62eb8b9f1f1ee7ae3737c916990a30b1d0db0087.tar.gz
Merge support for CVSMode (aka. mirror mode) into csup. This means csup can now
fetch a complete CVS repository. Support for rsync update of regular files are also included, but are not yet enabled. The change should not have an impact on existing csup usage, as little of the existing code has changed.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/csup/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile
index b37e261..37536fa 100644
--- a/usr.bin/csup/Makefile
+++ b/usr.bin/csup/Makefile
@@ -13,6 +13,7 @@ SRCS= attrstack.c \
globtree.c \
idcache.c \
keyword.c \
+ lex.rcs.c \
lister.c \
main.c \
misc.c \
@@ -20,6 +21,9 @@ SRCS= attrstack.c \
parse.y \
pathcomp.c \
proto.c \
+ rcsfile.c \
+ rcsparse.c \
+ rsyncfile.c \
status.c \
stream.c \
threads.c \
@@ -28,7 +32,7 @@ SRCS= attrstack.c \
CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
-WARNS?= 6
+WARNS?= 1
DPADD= ${LIBCRYPTO} ${LIBZ} ${LIBPTHREAD}
LDADD= -lcrypto -lz -lpthread
OpenPOWER on IntegriCloud