mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
152 B
Makefile
11 lines
152 B
Makefile
|
|
GROT= ../../../../../lib/libc/regex/grot
|
|
|
|
.PHONY: tests
|
|
tests:
|
|
cd ${GROT}; make && echo "PASS regex"
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
cd ${GROT}; make spotless
|