opnsense-src/tools/boot/smbios/Makefile
Warner Losh cf6044857e stand: Testing program for smbios
Write a quick and dirty testing program to dump physical memory to help
test and debug the smbios.c code in new environments.

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D39791
2023-05-01 15:12:19 -06:00

11 lines
169 B
Makefile

# $FreeBSD$
PROG= smbios
MAN=
.PATH: ${SRCTOP}/stand/libsa
SRCS= main.c
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/stand/libsa
.include <bsd.prog.mk>
CFLAGS+= -Wno-cast-align