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