summaryrefslogtreecommitdiffstats
path: root/lkm/fpu/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-20 08:46:30 +0000
committerbde <bde@FreeBSD.org>1997-07-20 08:46:30 +0000
commitb228bebf64bd0e83fefdf0a71bfa82059c64f46d (patch)
treeecda559adfdebc08e5daa0303d8bdc4a2fd081c4 /lkm/fpu/Makefile
parent37174c05e61383f861bae6b5c39f85c40dc38f56 (diff)
downloadFreeBSD-src-b228bebf64bd0e83fefdf0a71bfa82059c64f46d.zip
FreeBSD-src-b228bebf64bd0e83fefdf0a71bfa82059c64f46d.tar.gz
Fixed bitrot in fpu LKMs.
Diffstat (limited to 'lkm/fpu/Makefile')
-rw-r--r--lkm/fpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/fpu/Makefile b/lkm/fpu/Makefile
index ca2be1f..5a16be5 100644
--- a/lkm/fpu/Makefile
+++ b/lkm/fpu/Makefile
@@ -1,7 +1,7 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:47:51 peter Exp $
.PATH: ${.CURDIR}/../../sys/i386/i386
-KMOD= fpu
+KMOD= fpu_mod
SRCS= math_emulate.c
NOMAN=
PSEUDO_LKM=
OpenPOWER on IntegriCloud