summaryrefslogtreecommitdiff
path: root/sys/lkm/exec/ibcs2_elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lkm/exec/ibcs2_elf/Makefile')
-rw-r--r--sys/lkm/exec/ibcs2_elf/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/lkm/exec/ibcs2_elf/Makefile b/sys/lkm/exec/ibcs2_elf/Makefile
deleted file mode 100644
index e1d19857a21..00000000000
--- a/sys/lkm/exec/ibcs2_elf/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2002/05/30 18:53:18 thorpej Exp $
-
-.include "../Makefile.inc"
-
-.PATH: $S/compat/ibcs2
-
-CPPFLAGS+= -nostdinc -D_KERNEL -DEXEC_ELF32
-
-KMOD= exec_ibcs2_elf
-
-SRCS= lkminit_exec.c
-SRCS+= ibcs2_exec_elf32.c
-
-.include <bsd.kmod.mk>