Home | History | Annotate | Line # | Download | only in compile_et
Makefile revision 1.9
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 2017/01/29 22:16:51 christos Exp $
      2  1.1        tv 
      3  1.4   thorpej HOSTPROGNAME=	${_TOOL_PREFIX}compile_et
      4  1.7     elric HOST_SRCDIR=	crypto/external/bsd/heimdal/lib/libcom_err/compile_et
      5  1.8  christos CPPFLAGS+=	-I.
      6  1.8  christos 
      7  1.9  christos .if !make(obj) && !make(clean) && !make(cleandir)
      8  1.8  christos .BEGIN:
      9  1.8  christos 	ln -sf ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/include krb5
     10  1.9  christos .endif
     11  1.1        tv 
     12  1.1        tv .include "${.CURDIR}/../Makefile.host"
     13