summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-26 15:06:58 +0000
committerjkh <jkh@FreeBSD.org>1995-04-26 15:06:58 +0000
commit675175e01906fd60db3aa22bbcd99632288b1a99 (patch)
tree09fe57f70f82f95dd54572e8476566a0dd6ed031 /usr.sbin/pkg_install/create/Makefile
parentb9e5fa60d0d9eaa095352c024ed9f695b8f1bf1a (diff)
downloadFreeBSD-src-675175e01906fd60db3aa22bbcd99632288b1a99.zip
FreeBSD-src-675175e01906fd60db3aa22bbcd99632288b1a99.tar.gz
Add a great deal more error checking to various things.
Diffstat (limited to 'usr.sbin/pkg_install/create/Makefile')
-rw-r--r--usr.sbin/pkg_install/create/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile
index ff33874..fcaada0 100644
--- a/usr.sbin/pkg_install/create/Makefile
+++ b/usr.sbin/pkg_install/create/Makefile
@@ -2,6 +2,9 @@ PROG= pkg_create
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