Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.1
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2020/01/12 21:49:39 christos Exp $
      2  1.1  christos .include <bsd.own.mk>
      3  1.1  christos 
      4  1.1  christos HOSTLIB=	${LIB}
      5  1.1  christos 
      6  1.1  christos HOST_CPPFLAGS+=	${CPPFLAGS}
      7  1.1  christos HOST_SRCS+=	${SRCS}
      8  1.1  christos 
      9  1.1  christos .include "${NETBSDSRCDIR}/external/bsd/pkg_install/lib/Makefile"
     10  1.1  christos .include "${.CURDIR}/../Makefile.inc"
     11