diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 21:20:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 21:20:24 +0000 |
commit | b296b1682ae7632e4fa89e8980363e6aafcfaa22 (patch) | |
tree | 9a7d8652352f93c2cef53cb8435682609b7260c7 /Makefile | |
parent | 6d2768d3e364964fe20083761994cef7daff0540 (diff) | |
download | mandoc-b296b1682ae7632e4fa89e8980363e6aafcfaa22.tar.gz |
Fixed inclusion of MANSRCS (sorry, Ulrich).
Added DragonFlyBSD __dead2.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ LLNS = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln LNS = $(MAINLNS) $(MDOCLNS) LIBS = libmdoc.a libman.a OBJS = $(MDOCOBJS) $(MAINOBJS) -SRCS = $(MDOCSRCS) $(MAINSRCS) +SRCS = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS) DATAS = arch.in att.in lib.in msec.in st.in vol.in ascii.in HEADS = mdoc.h libmdoc.h man.h libman.h term.h SGMLS = index.sgml |