diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2008-10-19 09:08:59 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2008-10-19 09:08:59 +0000 |
| commit | 3d4e5994945b8a7eb2995061489129af600cfd98 (patch) | |
| tree | 76e74988c8bcef8fa5297174a8219fc4055815b5 /usr.bin | |
| parent | fc84e5f31b647de417569f1fa3f3a490e5c4c158 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/csup/Makefile | 3 |
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 \ |
