1# $FreeBSD$ 2 3PROG= gctl_test_helper 4MAN= 5 6LIBADD+= geom 7 8WARNS?= 6 9 10.include <bsd.prog.mk> 11