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
<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git]
/
commands
/
Makefile.inc
blob
32212f7ba7da78de900ae100ff847f019950bd70
1
2
# Only include Minix-specific libraries when compiling
3
# for non-Minix, i.e. not natively in a crossbuild.
4
.if !defined(HOSTPROGNAME)
5
LDADD+= -lminlib -lcompat_minix -lasyn -lterminfo
6
.endif
7
8
BINDIR?=/usr/bin
9
10
# BJG too many warnings here
11
NOGCCERROR?= yes
12
NOCLANGERROR?= yes
13