0dc9e0996a
As the current libc includes a libm implementation, with the new libc this is needed. Unneeded (for the moment) archs have been removed.
10 lines
127 B
Makefile
10 lines
127 B
Makefile
# $NetBSD: Makefile,v 1.11 2008/06/06 13:35:06 ad Exp $
|
|
#
|
|
|
|
USE_SHLIBDIR= yes
|
|
|
|
LIB= m387
|
|
|
|
SRCS=empty.S
|
|
|
|
.include <bsd.lib.mk>
|