Properly inherit variables from src/usr.sbin/Makefile.inc for

subdirectories of pc-sysinstall.  Back out explicit setting in
pc-sysinstall/pc-sysinstall/Makefile.
This commit is contained in:
Warner Losh 2010-06-27 17:14:04 +00:00
parent 73d3a33a3f
commit 445b5e2b79
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,3 @@
# $FreeBSD$
.include "../Makefile.inc"

View file

@ -2,6 +2,5 @@
SCRIPTS=pc-sysinstall.sh
MAN= pc-sysinstall.8
BINDIR= /usr/sbin
.include <bsd.prog.mk>