From 74650bd8880ab775e5f52dfdda49d9f5dba4ddc6 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 13 Sep 1994 10:20:02 +0000 Subject: [PATCH] Make this stop trying to go into /usr/local and inherit the settings from above instead. --- usr.sbin/pkg_install/Makefile.inc | 4 ++-- 1 file 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"