mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00: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"
|