summaryrefslogtreecommitdiffstats
path: root/contrib/csup/Makefile
diff options
context:
space:
mode:
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