mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix path to makeinfo.
This commit is contained in:
parent
825de56725
commit
725ae77af0
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
INFO = info makeinfo texi info-stnd
|
||||
INFO= info info-stnd makeinfo texi
|
||||
.if exists(../makeinfo/obj)
|
||||
MAKEINFO= ../makeinfo/obj/makeinfo
|
||||
MAKEINFO= ${.CURDIR}/../makeinfo/obj/makeinfo
|
||||
.else
|
||||
MAKEINFO= ../makeinfo/makeinfo
|
||||
MAKEINFO= ${.CURDIR}/../makeinfo/makeinfo
|
||||
.endif
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue