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