mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
17d6c63672
Not objected to by: -current
9 lines
103 B
Makefile
9 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/i386
|
|
|
|
KMOD= fpu
|
|
SRCS= math_emulate.c
|
|
|
|
.include <bsd.kmod.mk>
|