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