Do not override BINDIR settings from subdirectory Makefiles.

Submitted by:	bde
This commit is contained in:
Gregory Neil Shapiro 2000-10-13 16:57:03 +00:00
parent 02e8c77f1d
commit e11cbdb767
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67085

View File

@ -1,4 +1,4 @@
# $FreeBSD$
BINDIR= /usr/sbin
BINDIR?=/usr/sbin
.include "${.CURDIR}/../../Makefile.inc"