Deleted Added
full compact
Makefile (52888) Makefile (55059)
1# @(#)Makefile 8.2 (Berkeley) 4/19/94
1# @(#)Makefile 8.2 (Berkeley) 4/19/94
2# $FreeBSD: head/games/fortune/datfiles/Makefile 52888 1999-11-05 08:17:53Z joerg $
2# $FreeBSD: head/games/fortune/datfiles/Makefile 55059 1999-12-23 19:09:59Z marcel $
3
4FILES= fortunes fortunes2 startrek zippy
5BLDS= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
6 fortunes-o fortunes-o.dat
7
8# Pass all new entries by ${MAINTAINER} to preserve some semblance of
9# humor in the fortune files. What's funny to you on 6 beers may not
10# be funny to anyone else.

--- 26 unchanged lines hidden (view full) ---

37 strfile -Crs ${.ALLSRC} ${.TARGET}
38.endfor
39
40fortunes-o.dat: fortunes-o
41 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
42 strfile -Crsx ${.ALLSRC} ${.TARGET}
43
44fortunes-o: fortunes-o.${TYPE}
3
4FILES= fortunes fortunes2 startrek zippy
5BLDS= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
6 fortunes-o fortunes-o.dat
7
8# Pass all new entries by ${MAINTAINER} to preserve some semblance of
9# humor in the fortune files. What's funny to you on 6 beers may not
10# be funny to anyone else.

--- 26 unchanged lines hidden (view full) ---

37 strfile -Crs ${.ALLSRC} ${.TARGET}
38.endfor
39
40fortunes-o.dat: fortunes-o
41 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
42 strfile -Crsx ${.ALLSRC} ${.TARGET}
43
44fortunes-o: fortunes-o.${TYPE}
45 PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \
46 caesar 13 < ${.ALLSRC} > ${.TARGET}
45 tr a-zA-Z n-za-mN-ZA-M < ${.ALLSRC} > ${.TARGET}
47
48.include <bsd.prog.mk>
46
47.include <bsd.prog.mk>