mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.
This is no longer the default.
This commit is contained in:
parent
61020cc681
commit
920ee4896e
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue