summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authormaxv <maxv@NetBSD.org>2018-12-29 11:30:11 +0000
committermaxv <maxv@NetBSD.org>2018-12-29 11:30:11 +0000
commitbdbccb8df0b1dcf5779dc419244c6512bf647244 (patch)
tree544a0047323a4b292a700c514e110d459a53ca55 /sys/modules
parentf9575507a4e84a74075483d344d4b5352fd23654 (diff)
Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same
recently.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/compat_ibcs2/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/modules/compat_ibcs2/Makefile b/sys/modules/compat_ibcs2/Makefile
deleted file mode 100644
index 1023a6c987b..00000000000
--- a/sys/modules/compat_ibcs2/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2017/08/09 18:45:30 maxv Exp $
-
-.include "../Makefile.inc"
-.include "../Makefile.assym"
-
-KMOD= compat_ibcs2
-
-CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG
-CPPFLAGS+= -DCOMPAT_IBCS2
-
-.PATH: ${S}/compat/ibcs2
-
-SRCS+= ibcs2_errno.c ibcs2_exec.c ibcs2_exec_coff.c ibcs2_exec_elf32.c
-SRCS+= ibcs2_exec_xout.c ibcs2_fcntl.c ibcs2_ioctl.c ibcs2_ipc.c
-SRCS+= ibcs2_misc.c ibcs2_signal.c ibcs2_signo.c ibcs2_socksys.c
-SRCS+= ibcs2_stat.c ibcs2_syscalls.c ibcs2_sysent.c ibcs2_mod.c
-
-.include <bsd.kmodule.mk>