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