mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:01:05 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
157 B
Makefile
11 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
|