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