xref: /freebsd/tools/boot/smbios/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*cf604485SWarner LoshPROG=	smbios
2*cf604485SWarner LoshMAN=
3*cf604485SWarner Losh.PATH:	${SRCTOP}/stand/libsa
4*cf604485SWarner LoshSRCS=	main.c
5*cf604485SWarner LoshCFLAGS+= -I${.CURDIR} -I${SRCTOP}/stand/libsa
6*cf604485SWarner Losh
7*cf604485SWarner Losh.include <bsd.prog.mk>
8*cf604485SWarner Losh
9*cf604485SWarner LoshCFLAGS+= -Wno-cast-align
10