summaryrefslogtreecommitdiff
path: root/external/bsd/pkg_install/sbin/pkg_create/Makefile
blob: 115e95bb45c431b146ec9154e96e7170c06d8f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.4 2019/04/06 10:37:57 pgoyette 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>