aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/csup/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile
index b37e26153a945..4be65349af92c 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,8 @@ SRCS= attrstack.c \
parse.y \
pathcomp.c \
proto.c \
+ rcsfile.c \
+ rcsparse.c \
status.c \
stream.c \
threads.c \