Home | History | Annotate | Line # | Download | only in asn1_compile
Makefile revision 1.6
      1  1.6  christos #	$NetBSD: Makefile,v 1.6 2017/01/29 19:23:52 christos Exp $
      2  1.1   thorpej 
      3  1.4   thorpej HOSTPROGNAME=	${_TOOL_PREFIX}asn1_compile
      4  1.5     elric HOST_SRCDIR=	crypto/external/bsd/heimdal/lib/libasn1/asn1_compile
      5  1.6  christos CPPFLAGS+=	-I.
      6  1.6  christos 
      7  1.6  christos .BEGIN:
      8  1.6  christos 	ln -sf ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/include krb5
      9  1.1   thorpej 
     10  1.1   thorpej .include "${.CURDIR}/../Makefile.host"
     11