xref: /dragonfly/games/phantasia/setup/Makefile (revision 73b5ca6b)
1.PATH: ${.CURDIR}/..
2
3PROG=	setup
4SRCS=	phantglobs.c setup.c
5
6# for floor()
7LDADD+=	-lm
8
9CFLAGS+=-DCOMPILING_SETUP -I${.CURDIR}/..
10
11build-tools: setup.nx
12
13# this setup is used in place, it is not installed anywhere
14install:
15
16.include <bsd.hostprog.mk>
17