summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-13 10:20:02 +0000
committerjkh <jkh@FreeBSD.org>1994-09-13 10:20:02 +0000
commita933b2cf05d018c3756df71f8da2deff8a012234 (patch)
tree8ef16faf041da97b539a30b720c41429fdee80a4 /usr.sbin
parent3b3c1c77e5e63b15ee0c985cc8c58b360e328f42 (diff)
downloadFreeBSD-src-a933b2cf05d018c3756df71f8da2deff8a012234.zip
FreeBSD-src-a933b2cf05d018c3756df71f8da2deff8a012234.tar.gz
Make this stop trying to go into /usr/local and inherit the settings
from above instead.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index 36b596a..50332c0 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -1,2 +1,2 @@
-BINDIR= /usr/local/bin
-MANDIR= /usr/local/man/man
+# Inherit BINDIR from one level up.
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud