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