]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/fortune/datfiles/Makefile
Update mandoc to 1.14.5
[FreeBSD/FreeBSD.git] / usr.bin / fortune / datfiles / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/19/94
2 # $FreeBSD$
3
4 DB=     freebsd-tips
5
6 BLDS=   ${DB:S/$/.dat/}
7 FILES=  ${DB} ${BLDS}
8 CLEANFILES+=${BLDS}
9
10 FILESDIR=       ${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>