summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-26 15:08:02 +0000
committerjkh <jkh@FreeBSD.org>1995-04-26 15:08:02 +0000
commit16c38595ac3169c6cf25d7afc17b0266943c57df (patch)
tree749a5b3aae1592ce92d8efad41b55a412ca70fc9 /usr.sbin/pkg_install/info/Makefile
parent33fa95f0b3bd47cf922c3d0eb6d62248e9503f3c (diff)
downloadFreeBSD-src-16c38595ac3169c6cf25d7afc17b0266943c57df.zip
FreeBSD-src-16c38595ac3169c6cf25d7afc17b0266943c57df.tar.gz
Make pkg_info URL aware (and also make it use the PKG_PATH properly, like
everyone else). Try this: pkg_info ftp://freebsd.org/pub/FreeBSD/packages/all/gmake-3.73.tgz
Diffstat (limited to 'usr.sbin/pkg_install/info/Makefile')
-rw-r--r--usr.sbin/pkg_install/info/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/Makefile b/usr.sbin/pkg_install/info/Makefile
index a5a75c5..bdfd5e0 100644
--- a/usr.sbin/pkg_install/info/Makefile
+++ b/usr.sbin/pkg_install/info/Makefile
@@ -1,7 +1,9 @@
PROG= pkg_info
-
CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
+LDADD+= -lftp
+DPADD+= ${LIBFTP}
+
.if exists(${.CURDIR}/../lib/obj)
LDADD+= -L${.CURDIR}/../lib/obj -linstall
DPADD+= ${.CURDIR}/../lib/obj/libinstall.a
OpenPOWER on IntegriCloud