repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
gpl3
/
binutils
/
usr.sbin
/
Makefile.inc
blob
10c22aeb4b2d2d847c01fb20a5aaf431b256cd63
1
# $NetBSD: Makefile.inc,v 1.2 2009/10/19 02:31:26 christos Exp $
2
3
BINDIR?= /usr/sbin
4
WARNS?= 1
5
6
LDADD+=-lz
7
.ifndef HOSTPROG
8
DPADD+=${LIBZ}
9
.endif