diff options
author | phk <phk@FreeBSD.org> | 1995-03-26 18:53:45 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-03-26 18:53:45 +0000 |
commit | cb1f077dd25776c8c950ed9e567a6765d9819521 (patch) | |
tree | 3dd76237b9a5c1a54d94dbeafe167694a1ffc03a /games/fortune | |
parent | 15fdec6c1ffe6e8e35bc97c9b0078683dcc900b6 (diff) | |
download | FreeBSD-src-cb1f077dd25776c8c950ed9e567a6765d9819521.zip FreeBSD-src-cb1f077dd25776c8c950ed9e567a6765d9819521.tar.gz |
If possible, pick up the caesar program inside in the compilation tree.
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/datfiles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 92690cf..14b3f9a 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -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> |