aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/geom_gpt/Makefile
blob: 92d1f020c9168a965a52917ad88ee390189532ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	gctl_test_helper
MAN=

LIBADD+=	geom

WARNS?=	6

.include <bsd.prog.mk>