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