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