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