boot/pc32: Separate hostprog.
[dragonfly.git] / sys / boot / pc32 / asmdef / Makefile
blobbc4105bc24e208a64a74d799aafa7b6f9b9b025a
1 .PATH: ${.CURDIR}/..
3 PROG= bootasmdef
5 CFLAGS+= -I${.CURDIR}/..
7 build-tools: bootasmdef.nx
9 # this bootasmdef is used in place, it is not installed anywhere
10 install:
12 # hint for pc32/Makefile.inc
13 __no_pc32_defines=
15 .include <bsd.hostprog.mk>