aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-26 15:07:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-26 15:07:14 +0000
commit34f907903d3c17af9bac19350dbecf573313890f (patch)
treef9eacd395daf288a5c59efb25cc3ef88d9edb901 /usr.sbin/pkg_install/delete
parent18a7c7704f00190086a1f42944022413dafc7453 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/delete')
-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 cd1598dae12ea..08a67eea1c6fd 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