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
etc/protocols - sync with NetBSD-8
[minix.git]
/
external
/
gpl3
/
binutils
/
usr.sbin
/
Makefile.inc
blob
bd575c5fe3d97cd9994c63eccfa20311ac5044f4
1
# $NetBSD: Makefile.inc,v 1.6 2013/09/29 14:20:37 christos Exp $
2
3
BINDIR?= /usr/sbin
4
WARNS?= 1
5
6
CPPFLAGS+=-DPACKAGE -DPACKAGE_VERSION
7
LDADD+=-lz
8
.ifndef HOSTPROG
9
BINUTILS_MACHINE_ARCH=${MACHINE_ARCH:C/armv[4-7]/arm/}
10
DPADD+=${LIBZ}
11
.endif