Home | History | Annotate | Line # | Download | only in lib
      1  1.2  christos # $NetBSD: Makefile,v 1.2 2020/01/13 19:03:03 christos Exp $
      2  1.1  christos .include <bsd.own.mk>
      3  1.1  christos 
      4  1.2  christos HOSTLIB=	install
      5  1.2  christos 
      6  1.2  christos .include <bsd.hostinit.mk>
      7  1.2  christos 
      8  1.2  christos SRCS=	automatic.c conflicts.c dewey.c \
      9  1.2  christos 	fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
     10  1.2  christos 	opattern.c parse-config.c pkcs7.c pkg_signature.c \
     11  1.2  christos 	pkgdb.c pkg_io.c plist.c remove.c \
     12  1.2  christos 	str.c version.c var.c vulnerabilities-file.c xwrapper.c
     13  1.1  christos 
     14  1.1  christos HOST_CPPFLAGS+=	${CPPFLAGS}
     15  1.1  christos 
     16  1.2  christos CPPFLAGS+=      -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64
     17  1.2  christos 
     18  1.2  christos .PATH:          ${NETBSDSRCDIR}/external/bsd/pkg_install/dist/lib
     19  1.2  christos 
     20  1.2  christos HOST_CPPFLAGS= ${CPPFLAGS}
     21  1.2  christos 
     22  1.2  christos #.include "${.CURDIR}/../../Makefile.nbincludes"
     23  1.2  christos .include <bsd.hostlib.mk>
     24