minix/minix/commands/Makefile.inc

14 lines
292 B
PHP
Raw Normal View History

# Only include Minix-specific libraries when compiling
# for non-Minix, i.e. not natively in a crossbuild.
.if !defined(HOSTPROGNAME)
LDADD+= -lminlib -lasyn -lterminfo
.endif
BINDIR?=/usr/bin
# BJG too many warnings here
NOGCCERROR?= yes
NOCLANGERROR?= yes
.include "../Makefile.inc"