2013-09-24 15:15:55 +02:00
|
|
|
|
|
|
|
# Only include Minix-specific libraries when compiling
|
|
|
|
# for non-Minix, i.e. not natively in a crossbuild.
|
|
|
|
.if !defined(HOSTPROGNAME)
|
2011-07-20 15:44:59 +02:00
|
|
|
LDADD+= -lminlib -lcompat_minix -lasyn -lterminfo
|
2013-09-24 15:15:55 +02:00
|
|
|
.endif
|
|
|
|
|
2010-05-12 18:28:54 +02:00
|
|
|
BINDIR?=/usr/bin
|
2013-08-14 14:29:26 +02:00
|
|
|
|
|
|
|
# BJG too many warnings here
|
|
|
|
NOGCCERROR?= yes
|
|
|
|
NOCLANGERROR?= yes
|
|
|
|
|