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