mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
116 B
Makefile
11 lines
116 B
Makefile
|
|
PACKAGE= lib${LIB}
|
|
LIB= bsdstat
|
|
SHLIB_MAJOR= 1
|
|
PRIVATELIB=
|
|
|
|
SRCS= bsdstat.c
|
|
INCS= bsdstat.h
|
|
|
|
.include <bsd.lib.mk>
|