diff options
| author | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
| commit | 0efea177e37295fed654875d875160c47500d6bd (patch) | |
| tree | 9d0589344a5d07b9a511a2e81ebbd701744d03b5 /sys/lkm/exec/linux_aout/Makefile | |
| parent | 0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff) | |
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sys/lkm/exec/linux_aout/Makefile')
| -rw-r--r-- | sys/lkm/exec/linux_aout/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/lkm/exec/linux_aout/Makefile b/sys/lkm/exec/linux_aout/Makefile deleted file mode 100644 index 05ca634cafb..00000000000 --- a/sys/lkm/exec/linux_aout/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2005/12/11 12:24:48 christos Exp $ - -.include "../Makefile.inc" - -.PATH: $S/compat/linux/common -.PATH: $S/compat/linux/arch/${MACHINE_ARCH} - -CPPFLAGS+= -nostdinc -D_KERNEL -DEXEC_AOUT -DCOMPAT_LINUX - -KMOD= exec_linux_aout - -SRCS= lkminit_exec.c -SRCS+= linux_exec_aout.c - -.if ${MACHINE} == "i386" -SRCS+= linux_exec_machdep.c -.endif - -.include <bsd.kmod.mk> |
