11 lines
162 B
Makefile
11 lines
162 B
Makefile
|
# $NetBSD: Makefile,v 1.13 2008/05/11 15:32:20 ad Exp $
|
||
|
|
||
|
INCSDIR=/usr/netbsd/include/x86
|
||
|
|
||
|
INCS= float.h \
|
||
|
ieee.h \
|
||
|
ieeefp.h \
|
||
|
math.h
|
||
|
|
||
|
.include <bsd.kinc.mk>
|