1 2 3 4 5 6 7 8 9 10 11
# $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>