summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
blob: 0884b6b528cd8c42058d0553f57d70d278db13c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

PROG=	pkg
SRCS=	pkg.c dns_utils.c config.c
MAN=	pkg.7

CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
.PATH:	${.CURDIR}/../../contrib/libucl/include
LIBADD=	archive fetch ucl sbuf crypto

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud