1 1.3 christos # $NetBSD: Makefile.inc,v 1.3 2020/01/17 16:50:51 christos Exp $ 2 1.2 christos 3 1.2 christos .include "${NETBSDSRCDIR}/external/bsd/pkg_install/Makefile.inc" 4 1.2 christos 5 1.3 christos .if !defined(HOSTLIB) 6 1.2 christos INSTALL_OBJDIR!= cd ${NETBSDSRCDIR}/tools/pkg_install/lib && ${PRINTOBJDIR} 7 1.2 christos LDFLAGS+=-L${INSTALL_OBJDIR} 8 1.2 christos LDADD+=-linstall 9 1.3 christos .endif 10 1.1 uebayasi 11