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