xref: /netbsd-src/tools/pkg_install/pkg_add/Makefile (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
1#	$NetBSD: Makefile,v 1.2 2020/01/12 21:27:44 christos Exp $
2
3.include <bsd.own.mk>
4
5HOSTPROGNAME=	${_TOOL_PREFIX}pkg_add
6HOST_SRCDIR=	../external/bsd/pkg_install/sbin/pkg_add
7
8.include "${.CURDIR}/../Makefile.inc"
9.include "${.CURDIR}/../../Makefile.host"
10