mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/i386
|
|
KMOD= fpu
|
|
SRCS= math_emulate.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|