Remove building with NOCRYPTO option
[minix.git] / external / mit / expat / bin / Makefile.inc
blob9561d699ed506e0da97bdfac9738340daffe2ce6
1 #       $NetBSD: Makefile.inc,v 1.1 2012/02/29 20:07:56 tron Exp $
3 BINDIR?=        /usr/bin
5 CPPFLAGS+=      -I${EXPATSRCDIR}/lib
7 LDADD+= -L${EXPATOBJDIR.expat} -lexpat
8 DPADD+= ${EXPATLIB.expat}
10 .include "../Makefile.inc"