minix/external/bsd/pkg_install/sbin/pkg_create/Makefile
Jean-Baptiste Boric a824f5a100 Import pkg_install from NetBSD
Change-Id: I9a3071b94dd2e9bfe2e3b162994e06ae10077b5a
2015-10-07 23:48:43 +02:00

12 lines
226 B
Makefile

# $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>