minix/minix/commands/Makefile.inc
David van Moolenbroek d0055759dd commands: resolve compiler warnings
Change-Id: I95f0d0c48f998d4d950a0800eedd5fbbf2e50423
2015-09-23 12:03:11 +00:00

10 lines
213 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
.include "../Makefile.inc"