diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-13 16:57:03 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-13 16:57:03 +0000 |
commit | a76b72fb58d55a339d5a57029408529d72a76652 (patch) | |
tree | 82c045510091af4929b69daf5d0ddba20056a628 /secure | |
parent | 1fc7a5905f897d3003e824f5e9be0e3c12b7f419 (diff) | |
download | FreeBSD-src-a76b72fb58d55a339d5a57029408529d72a76652.zip FreeBSD-src-a76b72fb58d55a339d5a57029408529d72a76652.tar.gz |
Do not override BINDIR settings from subdirectory Makefiles.
Submitted by: bde
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/Makefile.inc b/secure/usr.sbin/Makefile.inc index 928489b..c3699c1 100644 --- a/secure/usr.sbin/Makefile.inc +++ b/secure/usr.sbin/Makefile.inc @@ -1,4 +1,4 @@ # $FreeBSD$ -BINDIR= /usr/sbin +BINDIR?=/usr/sbin .include "${.CURDIR}/../../Makefile.inc" |