1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/lkm/fpu/Makefile
1997-02-22 12:49:29 +00:00

11 lines
146 B
Makefile

# $Id$
.PATH: ${.CURDIR}/../../sys/i386/i386
KMOD= fpu
SRCS= math_emulate.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM
.include <bsd.kmod.mk>