summaryrefslogtreecommitdiff
path: root/external/bsd/pkg_install/sbin/pkg_delete/Makefile
blob: 794222a71171b0dc1693bb49344a0c7a2a8ed58a (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.2 2009/02/25 21:23:17 joerg Exp $
# Original from FreeBSD, no rcs id.

PROG= pkg_delete

.include <bsd.init.mk>

.PATH:	${DIST}/delete

.include <bsd.prog.mk>