Makefile revision 1.1
11.1Schristos# $NetBSD: Makefile,v 1.1 2025/02/24 13:47:55 christos Exp $ 21.1Schristos 31.1SchristosWARNS=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.1SchristosLINTFLAGS.certs.c += -X177 201.1SchristosLINTFLAGS.devpath3.c += -X177 211.1SchristosLINTFLAGS.devpath4.c += -X177 221.1Schristos 231.1SchristosSRCS= main.c 241.1SchristosSRCS+= bootvar.c 251.1SchristosSRCS+= certs.c 261.1SchristosSRCS+= devpath.c 271.1SchristosSRCS+= devpath1.c 281.1SchristosSRCS+= devpath2.c 291.1SchristosSRCS+= devpath3.c 301.1SchristosSRCS+= devpath4.c 311.1SchristosSRCS+= devpath5.c 321.1SchristosSRCS+= efiio.c 331.1SchristosSRCS+= getvars.c 341.1SchristosSRCS+= gpt.c 351.1SchristosSRCS+= gpt_uuid.c 361.1SchristosSRCS+= gptsubr.c 371.1SchristosSRCS+= map.c 381.1SchristosSRCS+= setvar.c 391.1SchristosSRCS+= showvar.c 401.1SchristosSRCS+= utils.c 411.1Schristos 421.1Schristos.include <bsd.prog.mk> 43