diff options
| author | joerg <joerg@NetBSD.org> | 2011-04-26 16:36:40 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-04-26 16:36:40 +0000 |
| commit | 71faf7dee7d9394661fd37125ccce89e2b6c3106 (patch) | |
| tree | a932a7915b921bbbbe562d967a8ffb03b0781bd9 /sys/modules | |
| parent | dace2ea1bab175ae840fde7f8b8fb4d1283ca1e0 (diff) | |
Remove IRIX emulation
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/compat_irix/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/modules/compat_irix/Makefile b/sys/modules/compat_irix/Makefile deleted file mode 100644 index 47d0d988d1d..00000000000 --- a/sys/modules/compat_irix/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2008/12/08 12:56:00 njoly Exp $ - -.include "../Makefile.inc" -.include "../Makefile.assym" - -KMOD= compat_irix - -CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_IRIX -DEXEC_ELF32 - -.PATH: ${S}/arch/mips/mips -SRCS+= irix_syscall.c - -.PATH: ${S}/compat/irix -SRCS+= irix_dirent.c irix_errno.c irix_exec.c -SRCS+= irix_exec_elf32.c irix_fcntl.c irix_ioctl.c -SRCS+= irix_kmem.c irix_mman.c irix_misc.c -SRCS+= irix_mod.c irix_mount.c irix_prctl.c -SRCS+= irix_resource.c irix_signal.c irix_stat.c -SRCS+= irix_swap.c irix_syscalls.c irix_sysctl.c -SRCS+= irix_sysent.c irix_syssgi.c irix_sysmp.c -SRCS+= irix_systeminfo.c irix_usema.c - -.include <bsd.kmodule.mk> |
