]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg/Makefile
Merge OpenSSL 1.0.1k.
[FreeBSD/FreeBSD.git] / usr.sbin / pkg / Makefile
1 # $FreeBSD$
2
3 PROG=   pkg
4 SRCS=   pkg.c dns_utils.c config.c
5 MAN=    pkg.7
6
7 CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
8 .PATH:  ${.CURDIR}/../../contrib/libucl/include
9 LIBADD= archive fetch ucl sbuf crypto
10
11 .include <bsd.prog.mk>