mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
11 lines
227 B
Makefile
11 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>
|