]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg/Makefile
MFV r337014:
[FreeBSD/FreeBSD.git] / usr.sbin / pkg / Makefile
1 # $FreeBSD$
2
3 CONFS=  FreeBSD.conf
4 CONFSDIR=       /etc/pkg
5 CONFSMODE=      644
6 PROG=   pkg
7 SRCS=   pkg.c dns_utils.c config.c
8 MAN=    pkg.7
9
10 CFLAGS+=-I${SRCTOP}/contrib/libucl/include
11 .PATH:  ${SRCTOP}/contrib/libucl/include
12 LIBADD= archive fetch ucl sbuf crypto ssl
13
14 .include <bsd.prog.mk>