summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-11 10:16:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-11 10:16:39 +0000
commit1b7e684476a5dce00e6c6290fdd17c25e38d1e22 (patch)
treeed82b30243939a5d57e308ead7f29c1b45622251 /Makefile
parentf5fea7af3791272c2240400f3f9c999fa68588c5 (diff)
downloadmandoc-1b7e684476a5dce00e6c6290fdd17c25e38d1e22.tar.gz
Added compat to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b36dad0..53d64ab4 100644
--- a/Makefile
+++ b/Makefile
@@ -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