mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
If possible, pick up the caesar program inside in the compilation tree.
This commit is contained in:
parent
04bc775d03
commit
d2757e2bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ fortunes-o.dat: fortunes-o
|
|||
${.CURDIR}/../strfile/obj/strfile -rsx fortunes-o ${.TARGET}
|
||||
|
||||
fortunes-o: fortunes-o.${TYPE}
|
||||
/usr/games/caesar 13 < ${.ALLSRC} > ${.TARGET}
|
||||
PATH=../../caesar:$$PATH ; caesar 13 < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue