diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2002-11-10 23:41:01 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2002-11-10 23:41:01 +0000 |
| commit | c2c821be56f4bb6ffbb9b9cd54d330745722c2a5 (patch) | |
| tree | 384885e9b514cd06e7ba645ee2516c382c00a8b5 | |
| parent | e8fa871053defb1adbd95b87b39b6330d977f3a8 (diff) | |
Notes
| -rw-r--r-- | games/fortune/datfiles/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index ad0f145d5d301..224ec9a11eee7 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -14,8 +14,8 @@ MAINTAINER= jkh # THREE LINES AND UNCOMMENT THE FOURTH LINE. # THE THREE LINES: -FILES+= fortunes2-o limerick murphy-o -BLDS+= fortunes2-o.dat limerick.dat murphy-o.dat +FILES+= fortunes2-o limerick murphy-o gerrold.limerick +BLDS+= fortunes2-o.dat limerick.dat murphy-o.dat gerrold.limerick.dat TYPE= real # THE FOURTH LINE: @@ -26,7 +26,7 @@ CLEANFILES+=${BLDS} FILESDIR= ${SHAREDIR}/games/fortune -.for f in fortunes fortunes2 fortunes2-o freebsd-tips limerick murphy murphy-o startrek zippy +.for f in fortunes fortunes2 fortunes2-o freebsd-tips gerrold.limerick limerick murphy murphy-o startrek zippy $f.dat: $f PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \ strfile -Crs ${.ALLSRC} ${.TARGET} |
