aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit4e8530b25c1ddc46a8d4709c6f548e140bd0b27b (patch)
treeba21d733d65b7944dd7e4ae6dc556e0f2cba109f
parent8b98ea26614bb81ca651adf080a29d09581be042 (diff)
downloadmandoc-4e8530b25c1ddc46a8d4709c6f548e140bd0b27b.tar.gz
mandoc-4e8530b25c1ddc46a8d4709c6f548e140bd0b27b.tar.zst
mandoc-4e8530b25c1ddc46a8d4709c6f548e140bd0b27b.zip
Added compat 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