mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
217 B
Makefile
11 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pkg
|
|
SRCS= pkg.c dns_utils.c config.c
|
|
MAN= pkg.7
|
|
|
|
CFLAGS+=-I${SRCTOP}/contrib/libucl/include
|
|
.PATH: ${SRCTOP}/contrib/libucl/include
|
|
LIBADD= archive fetch ucl sbuf crypto ssl
|
|
|
|
.include <bsd.prog.mk>
|