mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
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>
|