repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
expat
/
bin
/
Makefile.inc
blob
9561d699ed506e0da97bdfac9738340daffe2ce6
1
# $NetBSD: Makefile.inc,v 1.1 2012/02/29 20:07:56 tron Exp $
2
3
BINDIR?= /usr/bin
4
5
CPPFLAGS+= -I${EXPATSRCDIR}/lib
6
7
LDADD+= -L${EXPATOBJDIR.expat} -lexpat
8
DPADD+= ${EXPATLIB.expat}
9
10
.include "../Makefile.inc"