Home | History | Annotate | Line # | Download | only in pkg_install
Makefile.inc revision 1.2
      1  1.2  christos # $NetBSD: Makefile.inc,v 1.2 2020/01/12 21:27:43 christos Exp $
      2  1.2  christos 
      3  1.2  christos .include "${NETBSDSRCDIR}/external/bsd/pkg_install/Makefile.inc"
      4  1.2  christos 
      5  1.2  christos INSTALL_OBJDIR!= cd ${NETBSDSRCDIR}/tools/pkg_install/lib && ${PRINTOBJDIR}
      6  1.2  christos LDFLAGS+=-L${INSTALL_OBJDIR}
      7  1.2  christos LDADD+=-linstall
      8  1.1  uebayasi 
      9