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