mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
use them if any. It allows the bootstrap to use directly pkg.FreeBSD.org instead of pkgbeta.FreeBSD.org MFC after: 1 month
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pkg
|
|
SRCS= pkg.c dns_utils.c
|
|
|
|
NO_MAN= yes
|
|
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH}
|
|
LDADD= -larchive -lelf -lfetch
|
|
|
|
.include <bsd.prog.mk>
|