diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
| commit | cd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch) | |
| tree | dc80da53186aab7c56424c2574b0cd7928930721 /games | |
| parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/datfiles/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index d3962d9e6357e..5d585fab45c5f 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -15,16 +15,16 @@ TYPE= real # THE FOURTH LINE #TYPE= fake -.if exists(${.CURDIR}/../../caesar/obj/caesar) -CAESAR=${.CURDIR}/../../caesar/obj/caesar +.if exists(${.OBJDIR}/../../caesar/caesar) +CAESAR=${.OBJDIR}/../../caesar/caesar .elif exists(${.CURDIR}/../../caesar/caesar) CAESAR=${.CURDIR}/../../caesar/caesar .else CAESAR=/usr/games/caesar .endif -.if exists(${.CURDIR}/../strfile/obj/strfile) -STRFILE=${.CURDIR}/../strfile/obj/strfile +.if exists(${.OBJDIR}/../strfile/strfile) +STRFILE=${.OBJDIR}/../strfile/strfile .elif exists(${.CURDIR}/../strfile/strfile) STRFILE=${.CURDIR}/../strfile/strfile .else |
