]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/bootparttest/Makefile
tools: Automated cleanup of cdefs and other formatting
[FreeBSD/FreeBSD.git] / tools / tools / bootparttest / Makefile
1
2 .PATH:          ${SRCTOP}/stand/common
3
4 BINDIR?=        /usr/bin
5
6 PROG=           bootparttest
7 MAN=
8
9 SRCS=           bootparttest.c crc32.c stub.c part.c disk.c
10
11 CFLAGS=         -I${SRCTOP}/stand/common \
12                 -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DPART_DEBUG \
13                 -DDISK_DEBUG
14
15 LIBADD+=        geom
16
17 .include <bsd.prog.mk>