1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Use tr(1) instead of caesar(6) to perform the rotation. This removes

the dependency on caesar which therefore doesn't need to be built by
bootstrap-tools.

Suggested by: des
Previously mentioned by: Peter Jeremy <peter.jeremy@alcatel.com.au>
This commit is contained in:
Marcel Moolenaar 1999-12-23 19:09:59 +00:00
parent 9d378ed009
commit 2c93646ca1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55059

View File

@ -42,7 +42,6 @@ fortunes-o.dat: fortunes-o
strfile -Crsx ${.ALLSRC} ${.TARGET}
fortunes-o: fortunes-o.${TYPE}
PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \
caesar 13 < ${.ALLSRC} > ${.TARGET}
tr a-zA-Z n-za-mN-ZA-M < ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>