Home | History | Annotate | Line # | Download | only in makeinfo
      1 #	$NetBSD: Makefile,v 1.1 2016/01/14 00:34:52 christos Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      5 PROG=		makeinfo
      6 SRCS=		cmds.c defun.c files.c float.c footnote.c \
      7 		html.c index.c insertion.c lang.c \
      8 		macro.c makeinfo.c multi.c node.c \
      9 		sectioning.c toc.c xml.c xref.c
     10 
     11 CPPFLAGS+=	-I${IDIST}/makeinfo
     12 
     13 WARNS?=		0	# pointer sign issues
     14 
     15 .include <bsd.prog.mk>
     16 
     17 CPPFLAGS:=	${CPPFLAGS:S/-D_FORTIFY_SOURCE=2//}
     18 
     19 .PATH: ${IDIST}/makeinfo ${IDIST}/doc
     20