1 1.3.2.2 yamt # $NetBSD: Makefile,v 1.3.2.2 2009/05/04 08:14:08 yamt Exp $ 2 1.3.2.2 yamt 3 1.3.2.2 yamt .include "../Makefile.inc" 4 1.3.2.2 yamt .include "../Makefile.assym" 5 1.3.2.2 yamt 6 1.3.2.2 yamt KMOD= compat_sunos 7 1.3.2.2 yamt 8 1.3.2.2 yamt CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_SUNOS 9 1.3.2.2 yamt CPPFLAGS+= -DEXEC_AOUT 10 1.3.2.2 yamt 11 1.3.2.2 yamt .PATH: ${S}/compat/sunos 12 1.3.2.2 yamt SRCS+= sunos_exec.c sunos_ioctl.c sunos_mod.c sunos_sysent.c 13 1.3.2.2 yamt SRCS+= sunos_exec_aout.c sunos_misc.c sunos_syscalls.c 14 1.3.2.2 yamt 15 1.3.2.2 yamt .if ${MACHINE_ARCH} == "sparc64" 16 1.3.2.2 yamt .PATH: ${S}/arch/sparc64/sparc64 17 1.3.2.2 yamt SRCS+= sunos_machdep.c 18 1.3.2.2 yamt .endif 19 1.3.2.2 yamt 20 1.3.2.2 yamt .if ${MACHINE_ARCH} == "sparc" 21 1.3.2.2 yamt .PATH: ${S}/arch/sparc/sparc 22 1.3.2.2 yamt SRCS+= sunos_machdep.c 23 1.3.2.2 yamt .endif 24 1.3.2.2 yamt 25 1.3.2.2 yamt .include <bsd.kmodule.mk> 26