1# $NetBSD: Makefile,v 1.2 2009/02/02 20:47:21 joerg Exp $
2# Original from FreeBSD, no rcs id.
3
4PROG= pkg_create
5SRCS= main.c perform.c pl.c util.c build.c
6
7.include <bsd.init.mk>
8
9.PATH:	${DIST}/create
10
11.include <bsd.prog.mk>
12