xref: /dragonfly/stand/boot/pc32/asmdef/Makefile (revision 7d3e9a5b)
1.PATH: ${.CURDIR}/..
2
3PROG=	bootasmdef
4
5CFLAGS+= -I${.CURDIR}/..
6
7build-tools: bootasmdef.nx
8
9# this bootasmdef is used in place, it is not installed anywhere
10install:
11
12# hint for pc32/Makefile.inc
13__no_pc32_defines=
14
15.include <bsd.hostprog.mk>
16