diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-16 12:13:27 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-16 12:13:27 +0000 |
commit | fe7e981aa6259fde052e08915d1285b49b562826 (patch) | |
tree | 419c6915238d7b104bd0104f28a9adc32b08bf99 /Makefile | |
parent | ffcddd3ed6e06cc3307b16f844664d242efa178f (diff) | |
download | mandoc-fe7e981aa6259fde052e08915d1285b49b562826.tar.gz |
Initial version bits in place. Also added forgotten tests to installed files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,9 +117,11 @@ SRCS = Makefile \ term.h \ term_ascii.c \ term_ps.c \ + test-getsubopt.c \ test-mmap.c \ test-strlcat.c \ test-strlcpy.c \ + test-strptime.c \ tree.c \ vol.c \ vol.in |