Makefile revision 1.3
11.3Sriastrad# $NetBSD: Makefile,v 1.3 2025/03/02 00:03:41 riastradh Exp $ 21.1Schristos 31.3SriastradWARNS=9 41.1Schristos 51.1Schristos.include <bsd.init.mk> 61.1Schristos 71.1SchristosGPT=${NETBSDSRCDIR}/sbin/gpt 81.1Schristos 91.1Schristos.PATH: ${GPT} 101.1Schristos 111.1SchristosCFLAGS+= -Wno-address-of-packed-member 121.1SchristosCPPFLAGS+= -I${GPT} 131.1SchristosDPADD+= ${LIBUTIL} 141.1SchristosLDADD+= -lutil 151.1Schristos 161.1SchristosPROG= efi 171.1SchristosMAN= ${PROG}.8 181.1Schristos 191.1SchristosSRCS= main.c 201.1SchristosSRCS+= bootvar.c 211.1SchristosSRCS+= certs.c 221.1SchristosSRCS+= devpath.c 231.1SchristosSRCS+= devpath1.c 241.1SchristosSRCS+= devpath2.c 251.1SchristosSRCS+= devpath3.c 261.1SchristosSRCS+= devpath4.c 271.1SchristosSRCS+= devpath5.c 281.1SchristosSRCS+= efiio.c 291.1SchristosSRCS+= getvars.c 301.1SchristosSRCS+= gpt.c 311.1SchristosSRCS+= gpt_uuid.c 321.1SchristosSRCS+= gptsubr.c 331.1SchristosSRCS+= map.c 341.1SchristosSRCS+= setvar.c 351.1SchristosSRCS+= showvar.c 361.1SchristosSRCS+= utils.c 371.1Schristos 381.1Schristos.include <bsd.prog.mk> 39