diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-10-28 05:22:05 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-10-28 05:22:05 +0000 |
| commit | 6061100fb82ded610103ba497a071b1f4d653684 (patch) | |
| tree | 8b050cd3b30d8df454f91ddfe53e6b5a67c55eca | |
| parent | 806338b15dadab05b391f7bd5b8154c4be99a0b0 (diff) | |
Notes
| -rw-r--r-- | games/fortune/datfiles/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 0313a01c6911f..400da4947fef7 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -34,12 +34,12 @@ beforeinstall: .for f in fortunes fortunes2 fortunes2-o limerick startrek zippy $f.dat: $f PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \ - strfile -rs ${.ALLSRC} ${.TARGET} + strfile -Crs ${.ALLSRC} ${.TARGET} .endfor fortunes-o.dat: fortunes-o PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \ - strfile -rsx ${.ALLSRC} ${.TARGET} + strfile -Crsx ${.ALLSRC} ${.TARGET} fortunes-o: fortunes-o.${TYPE} PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \ |
