summaryrefslogtreecommitdiffstats
path: root/lkm/fpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/fpu/Makefile')
-rw-r--r--lkm/fpu/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lkm/fpu/Makefile b/lkm/fpu/Makefile
new file mode 100644
index 0000000..8e3e940
--- /dev/null
+++ b/lkm/fpu/Makefile
@@ -0,0 +1,10 @@
+# $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>
OpenPOWER on IntegriCloud