c6db8143ed
Reduce overlinking
12 lines
227 B
Makefile
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>
|