diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 10:20:02 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 10:20:02 +0000 |
commit | 74650bd8880ab775e5f52dfdda49d9f5dba4ddc6 (patch) | |
tree | 8ef16faf041da97b539a30b720c41429fdee80a4 | |
parent | d58fb42f4a1e2c6806acb9fb523486d43331ef55 (diff) |
Notes
-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" |