summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/Makefile.inc')
-rw-r--r--usr.sbin/pkg_install/Makefile.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index 46518b9..e27d31a 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -1,10 +1,6 @@
# $FreeBSD$
-.if exists(${.OBJDIR}/../lib)
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
-.else
-LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
-.endif
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \
defined(LDADD) && ${LDADD:M-lfetch} != ""
@@ -13,6 +9,4 @@ LDADD+= -lssl -lcrypto
.endif
# Inherit BINDIR from one level up.
-.if exists(${.CURDIR}/../../Makefile.inc)
-.include "${.CURDIR}/../../Makefile.inc"
-.endif
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud