aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@FreeBSD.org>2008-10-19 09:08:59 +0000
committerUlf Lilleengen <lulf@FreeBSD.org>2008-10-19 09:08:59 +0000
commit3d4e5994945b8a7eb2995061489129af600cfd98 (patch)
tree76e74988c8bcef8fa5297174a8219fc4055815b5 /usr.bin
parentfc84e5f31b647de417569f1fa3f3a490e5c4c158 (diff)
Notes
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 \