summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-26 15:07:14 +0000
committerjkh <jkh@FreeBSD.org>1995-04-26 15:07:14 +0000
commit33fa95f0b3bd47cf922c3d0eb6d62248e9503f3c (patch)
treef9eacd395daf288a5c59efb25cc3ef88d9edb901 /usr.sbin
parent675175e01906fd60db3aa22bbcd99632288b1a99 (diff)
downloadFreeBSD-src-33fa95f0b3bd47cf922c3d0eb6d62248e9503f3c.zip
FreeBSD-src-33fa95f0b3bd47cf922c3d0eb6d62248e9503f3c.tar.gz
Add depend on libftp since this is now in lib.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/delete/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/delete/Makefile b/usr.sbin/pkg_install/delete/Makefile
index cd1598d..08a67ee 100644
--- a/usr.sbin/pkg_install/delete/Makefile
+++ b/usr.sbin/pkg_install/delete/Makefile
@@ -1,7 +1,9 @@
PROG= pkg_delete
-
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