xref: /dragonfly/games/fortune/strfile/Makefile (revision abf903a5)
1.PATH: ${.CURDIR}/../../../usr.bin/strfile
2
3PROG=	strfile
4CFLAGS+=-I${.CURDIR}/../../../usr.bin/strfile
5
6build-tools: strfile.nx
7
8# this strfile is used in place, it is not installed anywhere
9install:
10
11.include <bsd.hostprog.mk>
12