minix/lib/nbsd_libm/gen/Makefile.inc
Gianluca Guida 0dc9e0996a Import unmodified NetBSD's libm for compiling with new libc.
As the current libc includes a libm implementation, with the new libc
this is needed. Unneeded (for the moment) archs have been removed.
2011-03-18 15:52:16 +00:00

13 lines
206 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 2006/03/15 22:07:09 kleink Exp $
# gen sources
.PATH: ${.CURDIR}/gen
CPPFLAGS+=-I${.CURDIR}/gen
SRCS+= nan.c nanf.c nanl.c
MAN+= nan.3
MLINKS+=nan.3 nanf.3 \
nan.3 nanl.3