<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git] / commands / Makefile.inc
blob32212f7ba7da78de900ae100ff847f019950bd70
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
8 BINDIR?=/usr/bin
10 # BJG too many warnings here
11 NOGCCERROR?=    yes
12 NOCLANGERROR?=  yes