Home | History | Annotate | Line # | Download | only in compat_sunos32
Makefile revision 1.2.6.1
      1  1.2.6.1    jym #	$NetBSD: Makefile,v 1.2.6.1 2009/05/13 17:22:18 jym 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_sunos32
      7      1.1     ad 
      8      1.2  njoly CPPFLAGS+=	-DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_SUNOS
      9      1.1     ad CPPFLAGS+=	-DCOMPAT_SUNOS32 -DEXEC_AOUT
     10      1.1     ad 
     11      1.1     ad .PATH:	${S}/compat/sunos32
     12      1.1     ad SRCS+=	sunos32_exec.c sunos32_ioctl.c sunos32_mod.c sunos32_sysent.c
     13      1.1     ad SRCS+=	sunos32_exec_aout.c sunos32_misc.c sunos32_syscalls.c
     14      1.1     ad 
     15  1.2.6.1    jym .if ${MACHINE_ARCH} == "sparc64"
     16      1.1     ad .PATH:	${S}/arch/sparc64/sparc64
     17      1.1     ad SRCS+=	sunos32_machdep.c
     18      1.1     ad .endif
     19      1.1     ad 
     20  1.2.6.1    jym .if ${MACHINE_ARCH} == "sparc"
     21      1.1     ad .PATH:	${S}/arch/sparc/sparc
     22      1.1     ad SRCS+=	sunos32_machdep.c
     23      1.1     ad .endif
     24      1.1     ad 
     25      1.1     ad .include <bsd.kmodule.mk>
     26