Chain Makefile.inc's so default are inherited as expected.

Remove unneeded or duplicate variables.

No functional change.

Obtained from:	CheriBSD
MFC after:	1 week
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2019-07-19 17:52:23 +00:00
parent eec0e91e05
commit df7a21a703
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350143
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,3 @@
# $FreeBSD$
BINDIR?= /usr/libexec
WARNS?= 1
.include "../Makefile.inc"

View file

@ -4,3 +4,5 @@
BINDIR= /usr/sbin
WARNS?= 1
.include "../Makefile.inc"