Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.

This is no longer the default.
This commit is contained in:
John Birrell 1998-08-08 02:18:07 +00:00
parent 61020cc681
commit 920ee4896e

View file

@ -1,8 +1,10 @@
# $Id: Makefile.inc,v 1.1.1.1 1998/03/09 06:34:42 jb Exp $
# $Id: Makefile.inc,v 1.2 1998/05/15 12:01:05 jb Exp $
SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.c setjmp.S
SRCS+= flt_rounds.c
.if defined(NETBSD_SYSCALLS)
SRCS+= netbsd_getdtablesize.c
.endif
#SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
# fpsetround.c fpsetsticky.c