1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../boot1
4
5PROGNAME=	zfsboot
6CFLAGS+=	-DZFSBOOT
7FILES=		zfsboot
8
9.include "${.CURDIR}/../boot1/Makefile"
10