mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
15 lines
221 B
Makefile
15 lines
221 B
Makefile
|
|
WARNS?= 0
|
|
|
|
.include <bsd.compiler.mk>
|
|
|
|
MK_PIE:= no # Explicit libXXX.a references
|
|
|
|
.if ${COMPILER_TYPE} == "clang"
|
|
DEBUG_FILES_CFLAGS= -gline-tables-only
|
|
.else
|
|
DEBUG_FILES_CFLAGS= -g1
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|