Deleted Added
full compact
Makefile (52887) Makefile (52888)
1# @(#)Makefile 8.2 (Berkeley) 4/19/94
1# @(#)Makefile 8.2 (Berkeley) 4/19/94
2# $FreeBSD: head/games/fortune/datfiles/Makefile 52887 1999-11-05 07:36:33Z joerg $
2# $FreeBSD: head/games/fortune/datfiles/Makefile 52888 1999-11-05 08:17:53Z joerg $
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.

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

28beforeinstall:
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
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.

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

28beforeinstall:
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=/usr/games:${.OBJDIR}/../strfile:$$PATH \
36 PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
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}
47
48.include <bsd.prog.mk>
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}
47
48.include <bsd.prog.mk>