[BACK]Return to Makefile.sysio CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / common

File: [cvs.NetBSD.org] / src / sys / compat / common / Attic / Makefile.sysio (download)

Revision 1.7.18.16, Sun Mar 25 21:27:51 2018 UTC (6 years ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.7.18.15: +1 -7 lines

Don't add the compat_60_cpu_ucode.c file here.  It's already added in
the main Makefile, and doing again here results in trying to link it
twice (with resulting symbol redefinition errors).

#	$NetBSD: Makefile.sysio,v 1.7.18.16 2018/03/25 21:27:51 pgoyette Exp $

# Sources for syscall and ioctl compatibility across the versions.

# Compatibility code for 4.3BSD
SRCS+=	kern_exit_43.c kern_info_43.c kern_resource_43.c kern_sig_43.c \
	tty_43.c uipc_syscalls_43.c vfs_syscalls_43.c vm_43.c if_43.c

# Compatibility code for NetBSD 0.9
SRCS+=	kern_info_09.c

# Compatability code for NetBSD 1.0
SRCS+=	vfs_syscalls_10.c

# Compatibility code for NetBSD 1.2
SRCS+=	kern_xxx_12.c vfs_syscalls_12.c vm_12.c

# Compatibility code for NetBSD 1.3
SRCS+=	kern_sig_13.c uvm_13.c

# Compatibility code for NetBSD 1.6
SRCS+=	kern_sig_16.c

# Compatibility code for NetBSD 1.4
SRCS+=	rtsock_14.c

# Compatibility code for NetBSD 2.0
SRCS+=	vfs_syscalls_20.c

# Compatibility code for NetBSD 3.0
SRCS+=	kern_time_30.c vfs_syscalls_30.c uipc_syscalls_30.c

# Compatibility code for NetBSD 4.0
SRCS+=	vfs_syscalls_40.c uipc_syscalls_40.c

# Compatibility code for NetBSD 5.0
SRCS+=	kern_50.c kern_time_50.c kern_select_50.c rndpseudo_50.c rtsock_50.c \
	vfs_syscalls_50.c uipc_syscalls_50.c uvm_50.c clockctl_50.c \
	if_spppsubr50.c

# Compatibility code for NetBSD 6.0
SRCS+=	kern_sa_60.c tty_60.c kern_time_60.c kern_cpu_60.c ccd_60.c

# Compatibility code for NetBSD 7.0
SRCS+=	rtsock_70.c uipc_usrreq_70.c

# More compatibility code for NetBSD 5.0
.PATH:	${S}/opencrypto
SRCS+=	ocryptodev.c

# Raidframe compatibility code for NetBSD 5.0 and 8.0
.PATH:	${S}/dev/raidframe
SRCS+=	rf_compat50.c
SRCS+=	rf_compat80.c

# Puffs compatability code for NetBSD 5.0
.PATH:	${S}/fs/puffs
SRCS+=	puffs_compat.c

# wsevent compatability code for NetBSD 5.0
.PATH:	${S}/dev/wscons
SRCS+=	wsevent_50.c