1# $FreeBSD$ 2 3PACKAGE= efi-tools 4 5PROG= efitable 6MAN= efitable.8 7SRCS= efitable.c 8 9LIBADD= xo 10 11.include <bsd.prog.mk> 12