5836319ae6
Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16491
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# $FreeBSD$
|
|
|
|
CONFS= FreeBSD.conf
|
|
CONFSDIR= /etc/pkg
|
|
CONFSMODE= 644
|
|
PROG= pkg
|
|
SRCS= pkg.c dns_utils.c config.c
|
|
MAN= pkg.7
|
|
|
|
CFLAGS+=-I${SRCTOP}/contrib/libucl/include
|
|
.PATH: ${SRCTOP}/contrib/libucl/include
|
|
LIBADD= archive fetch ucl sbuf crypto ssl
|
|
|
|
.include <bsd.prog.mk>
|