head	1.2;
access;
symbols
	RELENG_9:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.54.08;	author svnexp;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2012.08.05.15.40.16;	author ae;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.01.54.08;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2012.11.18.17.29.00;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/tools/bootparttest/Makefile 239070 2012-08-05 15:40:16Z ae $

.PATH:		${.CURDIR}/../../../sys/boot/common

BINDIR?=	/usr/bin

PROG=		bootparttest
NO_MAN=

SRCS=		bootparttest.c crc32.c malloc.c part.c

CFLAGS=		-I${.CURDIR}/../../../sys/boot/common -I. \
		-DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DPART_DEBUG

DPADD+=		${LIBGEOM} ${LIBUTIL}
LDADD+=		${LIBGEOM} ${LIBUTIL}
LDFLAGS+=	-lgeom -lutil

.include <bsd.prog.mk>
@


1.2.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-11-18 17:29:00 +0000
@
text
@d1 19
@


1.2.2.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 243244
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243244 | ae | 2012-11-18 17:27:10 +0000 (Sun, 18 Nov 2012) | 8 lines
## SVN ##
## SVN ## MFC r239070:
## SVN ##   Add simple test program that uses the partition tables handling code.
## SVN ##   It is useful to test and debug how boot loader handles partition tables
## SVN ##   metadata.
## SVN ##
## SVN ## MFC r239087:
## SVN ##   Add to the debug output the offset from the parent partitioning scheme.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@a0 19
# $FreeBSD: stable/9/tools/tools/bootparttest/Makefile 239070 2012-08-05 15:40:16Z ae $

.PATH:		${.CURDIR}/../../../sys/boot/common

BINDIR?=	/usr/bin

PROG=		bootparttest
NO_MAN=

SRCS=		bootparttest.c crc32.c malloc.c part.c

CFLAGS=		-I${.CURDIR}/../../../sys/boot/common -I. \
		-DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DPART_DEBUG

DPADD+=		${LIBGEOM} ${LIBUTIL}
LDADD+=		${LIBGEOM} ${LIBUTIL}
LDFLAGS+=	-lgeom -lutil

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 239070 on 2012-08-05 15:40:16Z by ae

Add simple test program that uses the partition tables handling code.
It is useful to test and debug how boot loader handles partition tables
metadata.
@
text
@d1 1
a1 1
# $FreeBSD$
@

