1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00: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:
Ben Smithurst 2001-01-13 05:50:19 +00:00
parent 3df6b61592
commit 69c0804d32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70989

View File

@ -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