diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-14 08:26:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-14 08:26:14 +0000 |
| commit | e531deaeb2d13c64871020a16b02e573c5dbd5c6 (patch) | |
| tree | f560ee2d45153b36ff81c261ff5cf3ef767d0082 /sys/modules/fpu | |
| parent | 5e46340891e3e5fd8ab7e9c5ed0479323a1c7bdb (diff) | |
Notes
Diffstat (limited to 'sys/modules/fpu')
| -rw-r--r-- | sys/modules/fpu/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/fpu/Makefile b/sys/modules/fpu/Makefile new file mode 100644 index 0000000000000..8e3e940ccdd96 --- /dev/null +++ b/sys/modules/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> |
