Home | History | Annotate | Line # | Download | only in pkg_install
Makefile.inc revision 1.1.46.1
      1 # $NetBSD: Makefile.inc,v 1.1.46.1 2020/04/08 14:09:13 martin Exp $
      2 
      3 .include "${NETBSDSRCDIR}/external/bsd/pkg_install/Makefile.inc"
      4 
      5 .if !defined(HOSTLIB)
      6 INSTALL_OBJDIR!= cd ${NETBSDSRCDIR}/tools/pkg_install/lib && ${PRINTOBJDIR}
      7 LDFLAGS+=-L${INSTALL_OBJDIR}
      8 LDADD+=-linstall
      9 .endif
     10 
     11