summaryrefslogtreecommitdiff
path: root/external/bsd/pkg_install/sbin/pkg_create/Makefile
blob: 8ced4951574f7c379e9955a87911ee8369590dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.2 2009/02/02 20:47:21 joerg Exp $
# Original from FreeBSD, no rcs id.

PROG= pkg_create
SRCS= main.c perform.c pl.c util.c build.c

.include <bsd.init.mk>

.PATH:	${DIST}/create

.include <bsd.prog.mk>