mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# $Id$
|
|
|
|
.PATH: ${.CURDIR}/../../sys/i386/i386
|
|
KMOD= fpu
|
|
SRCS= math_emulate.c
|
|
NOMAN=
|
|
PSEUDO_LKM=
|
|
CFLAGS+= -DLKM
|
|
|
|
.include <bsd.kmod.mk>
|