summaryrefslogtreecommitdiff
path: root/sys/lkm/exec/Makefile
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-11-12 12:35:50 +0000
committerad <ad@NetBSD.org>2008-11-12 12:35:50 +0000
commit0efea177e37295fed654875d875160c47500d6bd (patch)
tree9d0589344a5d07b9a511a2e81ebbd701744d03b5 /sys/lkm/exec/Makefile
parent0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff)
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sys/lkm/exec/Makefile')
-rw-r--r--sys/lkm/exec/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys/lkm/exec/Makefile b/sys/lkm/exec/Makefile
deleted file mode 100644
index 9d3927f7ea4..00000000000
--- a/sys/lkm/exec/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2008/01/05 10:24:11 he Exp $
-
-.if ${MACHINE} == "amd64"
-SUBDIR+= linux_elf
-.endif
-
-.if ${MACHINE} == "i386"
-SUBDIR+= freebsd_aout freebsd_elf linux_elf svr4_elf pecoff
-.endif
-
-.if ${MACHINE_ARCH} == "sparc64"
-SUBDIR+= elf netbsd32_aout netbsd32_elf sunos32_aout svr4_32_elf
-.endif
-
-# These are untested, but do compile. Once they are tested,
-# move them above.
-
-.if !make(install)
-
-.if ${MACHINE} == "alpha"
-SUBDIR+= linux_aout linux_elf osf1_ecoff
-.endif
-
-.if ${MACHINE} == "i386"
-SUBDIR+= aout ibcs2_coff ibcs2_elf ibcs2_xout linux_aout
-.endif
-
-.if ${MACHINE_ARCH} == "m68k"
-SUBDIR+= linux_aout linux_elf sunos_aout m68k4k
-.endif
-
-.if ${MACHINE_ARCH} == "sparc"
-SUBDIR+= aout sunos_aout svr4_elf
-.endif
-
-.if ${MACHINE_ARCH} == "vax"
-SUBDIR+= vax1k
-.endif
-
-.endif # !make(install)
-
-.include <bsd.kinc.mk>