mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
Only install sysinstall.8 if the release/sysinstall directory exists. This
fixes the world for people without src-release. PR: 24122 Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
This commit is contained in:
parent
3df6b61592
commit
69c0804d32
1 changed files with 5 additions and 2 deletions
|
|
@ -3,8 +3,11 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../../release/sysinstall
|
||||
|
||||
MAN8= adding_user.8 crash.8 diskless.8 intro.8 picobsd.8 rc.8 sticky.8 \
|
||||
sysinstall.8
|
||||
MAN8= adding_user.8 crash.8 diskless.8 intro.8 picobsd.8 rc.8 sticky.8
|
||||
|
||||
.if exists(${.CURDIR}/../../../release/sysinstall)
|
||||
MAN8+= sysinstall.8
|
||||
.endif
|
||||
|
||||
MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 \
|
||||
rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue