Home | History | Annotate | Line # | Download | only in makedoc
      1  1.3    nonaka #	$NetBSD: Makefile,v 1.3 2018/05/03 01:12:26 nonaka Exp $
      2  1.1  christos 
      3  1.3    nonaka MAKEDOC=
      4  1.2  christos .include <bsd.hostinit.mk>
      5  1.1  christos 
      6  1.1  christos HOSTPROG=	makedoc
      7  1.1  christos SRCS=		makedoc.c xexit.c xmalloc.c xstrdup.c
      8  1.1  christos 
      9  1.1  christos .PATH: ${IDIST}/info ${IDIST}/lib
     10  1.1  christos HOST_CPPFLAGS+= -I${IDIST}/info -I${IDIST}/lib -I${.CURDIR}/../include
     11  1.1  christos HOST_CPPFLAGS+= -DHOSTTOOL
     12  1.1  christos 
     13  1.1  christos .include <bsd.hostprog.mk>
     14