summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-17 03:46:10 +0000
committerjb <jb@FreeBSD.org>1998-08-17 03:46:10 +0000
commit542d7ab6fb6cb6069e46a954cb70a5498e19062e (patch)
tree3c8daecd2f5b8aec53cf04b54ee742ba34c3eb2a /lib/libc/sys/Makefile.inc
parent87c7d8300dd476973d8c6efae8bb07a843d2dfa2 (diff)
downloadFreeBSD-src-542d7ab6fb6cb6069e46a954cb70a5498e19062e.zip
FreeBSD-src-542d7ab6fb6cb6069e46a954cb70a5498e19062e.tar.gz
Remove support for NetBSD syscalls.
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc12
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 490d1c9..6882621 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,16 +1,12 @@
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
-# $Id: Makefile.inc,v 1.53 1998/05/14 11:36:16 peter Exp $
+# $Id: Makefile.inc,v 1.54 1998/07/28 03:33:25 jlemon Exp $
# sys sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys ${.CURDIR}/../libc/sys
# Include the generated makefile containing the *complete* list
# of syscall names in MIASM.
-.if defined(NETBSD_SYSCALLS)
-.include "${.CURDIR}/../../sys/sys/netbsd_syscall.mk"
-.else
.include "${.CURDIR}/../../sys/sys/syscall.mk"
-.endif
# Include machine dependent definitions.
#
@@ -19,12 +15,6 @@
#
.include "${.CURDIR}/../libc/${MACHINE_ARCH}/sys/Makefile.inc"
-# If using the NetBSD syscall interface add sources that convert
-# the NetBSD interface to the one FreeBSD expects:
-.if defined(NETBSD_SYSCALLS)
-SRCS+= netbsd_getdirentries.c netbsd_msync.c netbsd_stat.c netbsd_swapon.c
-.endif
-
# Sources common to both syscall interfaces:
SRCS+= ftruncate.c lseek.c mmap.c truncate.c
OpenPOWER on IntegriCloud