minix3/commands/Makefile.inc

14 lines
283 B
Makefile

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