mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
146 B
Makefile
10 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>
|