mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
|
|
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
|