aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/pkg/Makefile
blob: d149fd347dc18341d2514a9b7c7c855fd73e8d2d (plain) (tree)
1
2
3
4
5
6
7
8
9


           
                                  
             
 

                                                 
                                         

                      
# $FreeBSD$

PROG=	pkg
SRCS=	pkg.c dns_utils.c config.c
MAN=	pkg.7

CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
.PATH:	${.CURDIR}/../../contrib/libucl/include
LIBADD=	archive fetch ucl sbuf crypto ssl

.include <bsd.prog.mk>