Build and install compat_aoutm68k.kmod and exec_aout.kmod on m68k machines.

This commit is contained in:
tsutsui 2010-10-15 12:20:33 +00:00
parent 0d70fee822
commit 621e053625
2 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# $NetBSD: ad.m68k,v 1.1 2009/09/07 02:27:29 jnemeth Exp $
# $NetBSD: ad.m68k,v 1.2 2010/10/15 12:20:33 tsutsui Exp $
./@MODULEDIR@/compat_aoutm68k base-kernel-modules kmod
./@MODULEDIR@/compat_aoutm68k/compat_aoutm68k.kmod base-kernel-modules kmod
./@MODULEDIR@/exec_aout base-kernel-modules kmod
./@MODULEDIR@/exec_aout/exec_aout.kmod base-kernel-modules kmod
./@MODULEDIR@/exec_elf32 base-kernel-modules kmod
./@MODULEDIR@/exec_elf32/exec_elf32.kmod base-kernel-modules kmod

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.46 2010/05/31 20:32:29 pgoyette Exp $
# $NetBSD: Makefile,v 1.47 2010/10/15 12:20:33 tsutsui Exp $
.include <bsd.own.mk>
@ -68,6 +68,11 @@ SUBDIR+= xldscripts
.endif
# Machine dependent section
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k"
SUBDIR+= exec_aout
.endif
.if ${MACHINE_ARCH} != "alpha"
SUBDIR+= exec_elf32
.endif
@ -106,13 +111,19 @@ SUBDIR+= compat_ibcs2
SUBDIR+= compat_linux
SUBDIR+= compat_svr4
SUBDIR+= drm
SUBDIR+= exec_aout
SUBDIR+= i915drm
SUBDIR+= radeondrm
SUBDIR+= viadrm
SUBDIR+= pad
.endif
.if ${MACHINE_ARCH} == "m68k"
SUBDIR+= compat_aoutm68k
#SUBDIR+= compat_linux
#SUBDIR+= compat_sunos
#SUBDIR+= compat_svr4
.endif
.include <bsd.own.mk>
# we need our device mapper for LVM