aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/Makefile.inc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-07 08:55:00 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-07 08:55:00 +0000
commit6dd898467558c2df967e3b44b00999802e9e1914 (patch)
tree2fc3d4751aba963094d54809fcf7cd19d441d1e5 /usr.sbin/pkg_install/Makefile.inc
parent56b19102ab6d6113e3a32ae89df45857ba5d7355 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/Makefile.inc')
-rw-r--r--usr.sbin/pkg_install/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index 50332c0d8ea2..73ab2a318052 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -1,2 +1,10 @@
+# $Id$
+
+.if exists(${.OBJDIR}/../lib)
+LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
+.else
+LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
+.endif
+
# Inherit BINDIR from one level up.
.include "../Makefile.inc"