Home | History | Annotate | Line # | Download | only in veriexecgen
Makefile revision 1.1
      1  1.1  agc #       $NetBSD: Makefile,v 1.1 2006/12/19 21:23:18 agc Exp $
      2  1.1  agc 
      3  1.1  agc HOSTPROGNAME=   ${_TOOL_PREFIX}veriexecgen
      4  1.1  agc HOST_SRCDIR=    usr.sbin/veriexecgen
      5  1.1  agc 
      6  1.1  agc HOST_CPPFLAGS+= -I${TOOLDIR}/include/nbinclude
      7  1.1  agc 
      8  1.1  agc .include "${.CURDIR}/../Makefile.disklabel"
      9  1.1  agc .include "${.CURDIR}/../Makefile.host"
     10