NetBSD/sys/lkm/exec/Makefile

43 lines
833 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2001/11/01 19:32:53 jdolecek Exp $
.if ${MACHINE} == "i386"
2001-10-31 21:30:18 +03:00
SUBDIR+= freebsd_aout freebsd_elf linux_elf svr4_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} == "hp300"
SUBDIR+= hpux_aout
.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"
2001-10-10 16:48:49 +04:00
SUBDIR+= aout sunos_aout svr4_elf
.endif
.if ${MACHINE_ARCH} == "sparc64"
2001-06-07 01:21:30 +04:00
SUBDIR+= elf netbsd32_aout netbsd32_elf sunos32_aout svr4_32_elf
.endif
.if ${MACHINE_ARCH} == "vax"
SUBDIR+= vax1k
.endif
.endif # !make(install)
.include <bsd.kinc.mk>