diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-09-19 06:58:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-09-19 06:58:14 +0000 |
| commit | 5ea940904e728f9cfa05dca8e154cc3e71c208f9 (patch) | |
| tree | eafec47b51d487174ee62df618158d5106f63409 | |
| parent | 72b1afeb8d645b4c551819006a79b162e74c3ff5 (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 28666dfa9849..af26a86a6769 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -38,13 +38,13 @@ install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${BLDS} \ ${DESTDIR}${SHAREDIR}/games/fortune -fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: ${STRFILE} +fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: ${STRFILE} -rs ${.CURDIR}/${.TARGET:R} ${.TARGET} -fortunes-o.dat: fortunes-o ${STRFILE} +fortunes-o.dat: fortunes-o ${STRFILE} -rsx fortunes-o ${.TARGET} -fortunes-o: fortunes-o.${TYPE} ${CAESAR} +fortunes-o: fortunes-o.${TYPE} ${CAESAR} 13 < ${.ALLSRC} > ${.TARGET} .include <bsd.prog.mk> |
