mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
a381d6c906
These must be compiled static so that it is possible to use them early in the boot process. Requested by: imp
7 lines
71 B
Makefile
7 lines
71 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -Wall
|
|
NOSHARED?= YES
|
|
|
|
.include "../Makefile.inc"
|