diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-11 10:16:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-11 10:16:39 +0000 |
commit | 1b7e684476a5dce00e6c6290fdd17c25e38d1e22 (patch) | |
tree | ed82b30243939a5d57e308ead7f29c1b45622251 /Makefile | |
parent | f5fea7af3791272c2240400f3f9c999fa68588c5 (diff) | |
download | mandoc-1b7e684476a5dce00e6c6290fdd17c25e38d1e22.tar.gz |
Added compat to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,6 +157,9 @@ man.o: man.c libman.h main.ln: main.c mdoc.h main.o: main.c mdoc.h +compat.ln: compat.c +compat.o: compat.c + term.ln: term.c term.h man.h mdoc.h term.o: term.c term.h man.h mdoc.h |