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