xref: /dragonfly/games/adventure/setup/Makefile (revision e6d22e9b)
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