mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e)
10 lines
116 B
Makefile
10 lines
116 B
Makefile
|
|
PACKAGE= lib${LIB}
|
|
LIB= bsdstat
|
|
SHLIB_MAJOR= 1
|
|
PRIVATELIB=
|
|
|
|
SRCS= bsdstat.c
|
|
INCS= bsdstat.h
|
|
|
|
.include <bsd.lib.mk>
|