e531deaeb2
If somebody with the right HW would make the change to /etc/rc to use this, we could rip MATH_EMULATE from GENERIC...
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# $Id: Makefile,v 1.4 1995/10/15 17:00:49 phk Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../sys/i386/i386
|
|
KMOD= fpu
|
|
SRCS= math_emulate.c
|
|
NOMAN=
|
|
PSEUDO_LKM=
|
|
CFLAGS+= -DLKM
|
|
|
|
.include <bsd.kmod.mk>
|