xref: /titanic_54/usr/src/boot/sys/boot/sparc64/zfsboot/Makefile (revision 4a5d661a82b942b6538acd26209d959ce98b593a)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../boot1
4
5PROGNAME=	zfsboot
6CFLAGS+=	-DZFSBOOT
7FILES=		zfsboot
8
9.include "${.CURDIR}/../boot1/Makefile"
10