mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
801a8f9497
libbsdstat can build with WARNS=6 with a one line change.
11 lines
109 B
Makefile
11 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= bsdstat
|
|
SHLIB_MAJOR= 1
|
|
PRIVATELIB=
|
|
|
|
SRCS= bsdstat.c
|
|
INCS= bsdstat.h
|
|
|
|
.include <bsd.lib.mk>
|