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"
|