mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 21:49:14 -04: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:
parent
73d3a33a3f
commit
445b5e2b79
2 changed files with 3 additions and 1 deletions
3
usr.sbin/pc-sysinstall/Makefile.inc
Normal file
3
usr.sbin/pc-sysinstall/Makefile.inc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
|
@ -2,6 +2,5 @@
|
|||
|
||||
SCRIPTS=pc-sysinstall.sh
|
||||
MAN= pc-sysinstall.8
|
||||
BINDIR= /usr/sbin
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue