Deleted Added
full compact
Makefile (52571) Makefile (52586)
1# @(#)Makefile 8.2 (Berkeley) 4/19/94
1# @(#)Makefile 8.2 (Berkeley) 4/19/94
2# $FreeBSD: head/games/fortune/datfiles/Makefile 52571 1999-10-27 18:35:18Z jkh $
2# $FreeBSD: head/games/fortune/datfiles/Makefile 52586 1999-10-28 05:22:05Z dcs $
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.

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

29 (cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
30 -m ${NOBINMODE} ${FILES} ${DESTDIR}${SHAREDIR}/games/fortune)
31 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${BLDS} \
32 ${DESTDIR}${SHAREDIR}/games/fortune
33
34.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
35$f.dat: $f
36 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
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.

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

29 (cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
30 -m ${NOBINMODE} ${FILES} ${DESTDIR}${SHAREDIR}/games/fortune)
31 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${BLDS} \
32 ${DESTDIR}${SHAREDIR}/games/fortune
33
34.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
35$f.dat: $f
36 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
37 strfile -rs ${.ALLSRC} ${.TARGET}
37 strfile -Crs ${.ALLSRC} ${.TARGET}
38.endfor
39
40fortunes-o.dat: fortunes-o
41 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
38.endfor
39
40fortunes-o.dat: fortunes-o
41 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
42 strfile -rsx ${.ALLSRC} ${.TARGET}
42 strfile -Crsx ${.ALLSRC} ${.TARGET}
43
44fortunes-o: fortunes-o.${TYPE}
45 PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \
46 caesar 13 < ${.ALLSRC} > ${.TARGET}
47
48.include <bsd.prog.mk>
43
44fortunes-o: fortunes-o.${TYPE}
45 PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \
46 caesar 13 < ${.ALLSRC} > ${.TARGET}
47
48.include <bsd.prog.mk>