summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-05 11:35:50 +0000
committerbapt <bapt@FreeBSD.org>2012-12-05 11:35:50 +0000
commitaa139cc58e7267fcb50d680db309be6108cb706c (patch)
treed78ee3857789b0c24f0bff269c831c8bc6edf659 /usr.sbin/pkg/Makefile
parent8e20fa5ae93243e19700ca06c01524b90fe3b784 (diff)
downloadFreeBSD-src-aa139cc58e7267fcb50d680db309be6108cb706c.zip
FreeBSD-src-aa139cc58e7267fcb50d680db309be6108cb706c.tar.gz
if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records and
use them if any. It allows the bootstrap to use directly pkg.FreeBSD.org instead of pkgbeta.FreeBSD.org MFC after: 1 month
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 360e301..c2ca0a3 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= pkg
-SRC= pkg.c
+SRCS= pkg.c dns_utils.c
NO_MAN= yes
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH}
OpenPOWER on IntegriCloud