Home | History | Annotate | Line # | Download | only in compat_sunos
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_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.2.6.1    jym .if ${MACHINE_ARCH} == "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.2.6.1    jym .if ${MACHINE_ARCH} == "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