mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
23 lines
353 B
Makefile
23 lines
353 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
|
|
LIB= regex
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
|
|
CFLAGS+= -DLIBREGEX
|
|
LIBC_SRCTOP= ${.CURDIR:H}/libc
|
|
WARNS?= 2
|
|
|
|
VERSION_DEF= ${.CURDIR}/Versions.def
|
|
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include "../Makefile.inc"
|
|
.include "${LIBC_SRCTOP}/regex/Makefile.inc"
|
|
.include <bsd.lib.mk>
|