merge libminlib with libc
[minix3.git] / minix / commands / Makefile.inc
blob5c8747be13e02ed1bf4187c037f0c1b5c5df5b62
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
7 BINDIR?=/usr/bin
9 # BJG too many warnings here
10 NOGCCERROR?=    yes
11 NOCLANGERROR?=  yes
13 .include "../Makefile.inc"