Remove building with NOCRYPTO option
[minix3.git] / external / bsd / pkg_install / sbin / pkg_create / Makefile
blob8ced4951574f7c379e9955a87911ee8369590dd6
1 # $NetBSD: Makefile,v 1.2 2009/02/02 20:47:21 joerg Exp $
2 # Original from FreeBSD, no rcs id.
4 PROG= pkg_create
5 SRCS= main.c perform.c pl.c util.c build.c
7 .include <bsd.init.mk>
9 .PATH: ${DIST}/create
11 .include <bsd.prog.mk>