summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-04 07:14:08 +0000
committerjkh <jkh@FreeBSD.org>1995-08-04 07:14:08 +0000
commite73cbd277f433e0f2f5c42c015330b8f76726410 (patch)
tree66b83a42da94be2047fa99c7f6ca0d5b3c8a2891 /usr.sbin/pkg_install/create/Makefile
parentcc27b9f05059f6e6eeb8b56c717033d358d1a3fd (diff)
downloadFreeBSD-src-e73cbd277f433e0f2f5c42c015330b8f76726410.zip
FreeBSD-src-e73cbd277f433e0f2f5c42c015330b8f76726410.tar.gz
Remove useless -lftp arguments from Makefiles.
Suggested by: ache
Diffstat (limited to 'usr.sbin/pkg_install/create/Makefile')
-rw-r--r--usr.sbin/pkg_install/create/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile
index fcaada0..ff33874 100644
--- a/usr.sbin/pkg_install/create/Makefile
+++ b/usr.sbin/pkg_install/create/Makefile
@@ -2,9 +2,6 @@ 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