Home | History | Annotate | Line # | Download | only in compat_sunos
Makefile revision 1.2.4.3
      1  1.2.4.3  skrll #	$NetBSD: Makefile,v 1.2.4.3 2009/03/03 18:33:37 skrll Exp $
      2  1.2.4.2  skrll 
      3  1.2.4.2  skrll .include "../Makefile.inc"
      4  1.2.4.2  skrll .include "../Makefile.assym"
      5  1.2.4.2  skrll 
      6  1.2.4.2  skrll KMOD=	compat_sunos
      7  1.2.4.2  skrll 
      8  1.2.4.2  skrll CPPFLAGS+=	-DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_SUNOS
      9  1.2.4.2  skrll CPPFLAGS+=	-DEXEC_AOUT
     10  1.2.4.2  skrll 
     11  1.2.4.2  skrll .PATH:	${S}/compat/sunos
     12  1.2.4.2  skrll SRCS+=	sunos_exec.c sunos_ioctl.c sunos_mod.c sunos_sysent.c
     13  1.2.4.2  skrll SRCS+=	sunos_exec_aout.c sunos_misc.c sunos_syscalls.c
     14  1.2.4.2  skrll 
     15  1.2.4.3  skrll .if ${MACHINE_ARCH} == "sparc64"
     16  1.2.4.2  skrll .PATH:	${S}/arch/sparc64/sparc64
     17  1.2.4.2  skrll SRCS+=	sunos_machdep.c
     18  1.2.4.2  skrll .endif
     19  1.2.4.2  skrll 
     20  1.2.4.3  skrll .if ${MACHINE_ARCH} == "sparc"
     21  1.2.4.2  skrll .PATH:	${S}/arch/sparc/sparc
     22  1.2.4.2  skrll SRCS+=	sunos_machdep.c
     23  1.2.4.2  skrll .endif
     24  1.2.4.2  skrll 
     25  1.2.4.2  skrll .include <bsd.kmodule.mk>
     26