1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/modules/fpu/Makefile

10 lines
110 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../i386/i386
KMOD= fpu
SRCS= math_emulate.c
NOMAN=
.include <bsd.kmod.mk>