]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg/Makefile
Import libucl 0.8.0
[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 ssl
10
11 .include <bsd.prog.mk>