xref: /minix/gnu/usr.bin/texinfo/makeinfo/Makefile (revision 0a6a1f1d)
1#	$NetBSD: Makefile,v 1.8 2014/03/24 23:03:01 tron Exp $
2
3PROG=		makeinfo
4SRCS=		cmds.c defun.c files.c float.c footnote.c \
5		html.c index.c insertion.c lang.c \
6		macro.c makeinfo.c multi.c node.c \
7		sectioning.c toc.c xml.c xref.c
8
9CPPFLAGS+=	-I${IDIST}/makeinfo
10
11WARNS?=		0	# pointer sign issues
12
13.include <bsd.prog.mk>
14
15CPPFLAGS:=	${CPPFLAGS:S/-D_FORTIFY_SOURCE=2//}
16
17.PATH: ${IDIST}/makeinfo ${IDIST}/doc
18