xref: /netbsd-src/external/bsd/pkg_install/sbin/pkg_create/Makefile (revision c12d65727dffdee0706dd80dcd9f02a0f94e54ad)
1# $NetBSD: Makefile,v 1.4 2019/04/06 10:37:57 pgoyette 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