repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge libminlib with libc
[minix3.git]
/
minix
/
commands
/
Makefile.inc
blob
5c8747be13e02ed1bf4187c037f0c1b5c5df5b62
1
# Only include Minix-specific libraries when compiling
2
# for non-Minix, i.e. not natively in a crossbuild.
3
.if !defined(HOSTPROGNAME)
4
LDADD+= -lasyn -lterminfo
5
.endif
6
7
BINDIR?=/usr/bin
8
9
# BJG too many warnings here
10
NOGCCERROR?= yes
11
NOCLANGERROR?= yes
12
13
.include "../Makefile.inc"