world: Mark all build-tools.
[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 build-tools: strfile.nx
7
8 # this strfile is used in place, it is not installed anywhere
9 install:
10
11 .include <bsd.hostprog.mk>