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