1994-09-04 00:03:31 -04:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/19/94
|
1999-10-02 08:31:56 -04:00
|
|
|
# $FreeBSD$
|
1994-09-04 00:03:31 -04:00
|
|
|
|
2017-11-14 16:18:30 -05:00
|
|
|
DB= freebsd-tips
|
1994-09-04 00:03:31 -04:00
|
|
|
|
2013-03-12 08:35:02 -04:00
|
|
|
BLDS= ${DB:S/$/.dat/}
|
|
|
|
|
FILES= ${DB} ${BLDS}
|
1994-09-04 00:03:31 -04:00
|
|
|
CLEANFILES+=${BLDS}
|
|
|
|
|
|
2001-12-17 08:59:35 -05:00
|
|
|
FILESDIR= ${SHAREDIR}/games/fortune
|
1994-09-04 00:03:31 -04:00
|
|
|
|
2013-03-12 08:35:02 -04:00
|
|
|
.for f in ${DB}
|
1998-10-17 07:44:28 -04:00
|
|
|
$f.dat: $f
|
2017-03-08 00:31:54 -05:00
|
|
|
PATH=$$PATH:/usr/bin:${FORTUNE_OBJ}/strfile \
|
2003-06-19 03:02:00 -04:00
|
|
|
strfile -Cs ${.ALLSRC} ${.TARGET}
|
1998-10-17 07:44:28 -04:00
|
|
|
.endfor
|
1994-09-04 00:03:31 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|