summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
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