summaryrefslogtreecommitdiffstats
path: root/contrib/csup/Makefile
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-02-02 05:57:42 +0000
committerlulf <lulf@FreeBSD.org>2010-02-02 05:57:42 +0000
commit261160bd72e886fafa189eea83e951826443c722 (patch)
tree92768e0d706894d7a40649884888d7c43c8ace45 /contrib/csup/Makefile
parent4bbdc41fe9f4d06b09d1a7d03aa1521cb317007c (diff)
downloadFreeBSD-src-261160bd72e886fafa189eea83e951826443c722.zip
FreeBSD-src-261160bd72e886fafa189eea83e951826443c722.tar.gz
- Add support for CVSup authentication mechanisms to csup.
- Include a cpasswd script performing the same mechanisms as the cvpasswd utility from CVSup. PR: bin/114129 Submitted by: Petar Zhivkov Petrov <pesho.petrov -at- gmail.com> MFC after: 1 month
Diffstat (limited to 'contrib/csup/Makefile')
-rw-r--r--contrib/csup/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/csup/Makefile b/contrib/csup/Makefile
index d82a0f1..ae34e75 100644
--- a/contrib/csup/Makefile
+++ b/contrib/csup/Makefile
@@ -7,7 +7,7 @@ MANDIR?= ${PREFIX}/man/man
UNAME!= /usr/bin/uname -s
PROG= csup
-SRCS= attrstack.c config.c detailer.c diff.c fattr.c fixups.c fnmatch.c \
+SRCS= attrstack.c auth.c config.c detailer.c diff.c fattr.c fixups.c fnmatch.c \
globtree.c idcache.c keyword.c lister.c main.c misc.c mux.c parse.y \
pathcomp.c proto.c status.c stream.c threads.c token.l updater.c \
rcsfile.c rcsparse.c lex.rcs.c rsyncfile.c
@@ -42,4 +42,7 @@ parse.h: y.tab.h
DPADD= ${LIBCRYPTO} ${LIBZ}
LDADD= -lcrypto -lz
+SCRIPTS= cpasswd.sh
+MAN= csup.1 cpasswd.1
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud