1# @(#)Makefile 8.2 (Berkeley) 4/19/94 2 3DB= freebsd-tips 4 5BLDS= ${DB:S/$/.dat/} 6FILES= ${DB} ${BLDS} 7CLEANFILES+=${BLDS} 8 9FILESDIR= ${SHAREDIR}/games/fortune 10 11.for f in ${DB} 12$f.dat: $f 13 PATH=$$PATH:/usr/bin:${FORTUNE_OBJ}/strfile \ 14 strfile -Cs ${.ALLSRC} ${.TARGET} 15.endfor 16 17.include <bsd.prog.mk> 18