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