]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - fortune/datfiles/Makefile
Use tr instead of caesar to generate fortunes-o
[bsdgames-darwin.git] / fortune / datfiles / Makefile
index ddb60f2741905be2a51bb5fb08906a0eff5ea56e..a9911c1d0f64ba3bd4d5f03b230bf3b16a3a6e36 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 1995/10/22 21:06:40 christos Exp $
+#      $NetBSD: Makefile,v 1.15 1996/02/29 00:21:16 jtc Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/19/94
 
 SRCS=  fortunes fortunes2 startrek zippy
@@ -37,6 +37,6 @@ fortunes-o.dat: fortunes-o
        ${STRFILE} -rsx fortunes-o ${.TARGET}
 
 fortunes-o: fortunes-o.${TYPE}
-       /usr/games/caesar 13 < ${.ALLSRC} > ${.TARGET}
+       tr [a-zA-Z] [n-za-mN-ZA-M] < ${.ALLSRC} > ${.TARGET}
 
 .include <bsd.prog.mk>