freebsd-dev/lkm/fpu/Makefile
Poul-Henning Kamp e531deaeb2 Two x87 emulators as LKMs.
If somebody with the right HW would make the change to /etc/rc to use
this, we could rip MATH_EMULATE from GENERIC...
1995-12-14 08:26:14 +00:00

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>