freebsd-dev/usr.sbin/pkg/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

12 lines
227 B
Makefile

# $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
.include <bsd.prog.mk>