minix/external/bsd/pkg_install/sbin/pkg_create/Makefile

12 lines
226 B
Makefile
Raw Normal View History

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