Makefile 90 B

123456789
  1. PACKAGE= efi-tools
  2. PROG= efidp
  3. MAN= efidp.8
  4. LIBADD= efivar geom
  5. .include <bsd.prog.mk>