diff options
| -rw-r--r-- | usr.sbin/pkg_install/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc index 36b596ad6394..50332c0d8ea2 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" |
