games: Move out non (6) utilities from /usr/games/.
[dragonfly.git] / games / fortune / strfile / Makefile
1 .PATH: ${.CURDIR}/../../../usr.bin/strfile
2
3 PROG=   strfile
4 CFLAGS+=-I${.CURDIR}/../../../usr.bin/strfile
5
6 # this strfile is used in place, it is not installed anywhere
7 install:
8
9 .include <bsd.hostprog.mk>