1*92395e9cSLionel Sambuc# $NetBSD: Makefile,v 1.4 2011/10/11 19:20:14 joerg Exp $ 2*92395e9cSLionel Sambuc 3*92395e9cSLionel SambucLIBISPRIVATE= yes 4*92395e9cSLionel Sambuc 5*92395e9cSLionel SambucLIB= mandoc 6*92395e9cSLionel SambucSRCS= man.c man_hash.c man_macro.c man_validate.c \ 7*92395e9cSLionel Sambuc arch.c att.c lib.c mdoc.c mdoc_argv.c mdoc_hash.c mdoc_macro.c \ 8*92395e9cSLionel Sambuc mdoc_man.c mdoc_validate.c msec.c st.c vol.c \ 9*92395e9cSLionel Sambuc eqn.c roff.c tbl.c tbl_data.c tbl_layout.c tbl_opts.c \ 10*92395e9cSLionel Sambuc mandoc.c read.c 11*92395e9cSLionel SambucMAN= mandoc.3 12*92395e9cSLionel Sambuc 13*92395e9cSLionel Sambuc.include <bsd.lib.mk> 14