If possible, pick up the caesar program inside in the compilation tree.

This commit is contained in:
Poul-Henning Kamp 1995-03-26 18:53:45 +00:00
parent 04bc775d03
commit d2757e2bd6

View File

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