1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209554
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>