mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
8 lines
160 B
Makefile
8 lines
160 B
Makefile
# $Id: Makefile,v 1.4 1997/07/20 08:46:27 bde Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../i386/i386
|
|
KMOD= fpu
|
|
SRCS= math_emulate.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|