The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/compat_sunos32/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: Makefile,v 1.4 2009/12/13 05:01:34 nakayama Exp $
    2 
    3 .include "../Makefile.inc"
    4 .include "../Makefile.assym"
    5 
    6 KMOD=   compat_sunos32
    7 
    8 CPPFLAGS+=      -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_SUNOS
    9 CPPFLAGS+=      -DCOMPAT_SUNOS32 -DEXEC_AOUT
   10 
   11 .PATH:  ${S}/compat/sunos32
   12 SRCS+=  sunos32_exec.c sunos32_ioctl.c sunos32_mod.c sunos32_sysent.c
   13 SRCS+=  sunos32_exec_aout.c sunos32_misc.c sunos32_syscalls.c
   14 
   15 .if ${MACHINE} == "sparc64"
   16 .PATH:  ${S}/arch/sparc64/sparc64
   17 SRCS+=  sunos32_machdep.c
   18 .endif
   19 
   20 .if ${MACHINE} == "sparc"
   21 .PATH:  ${S}/arch/sparc/sparc
   22 SRCS+=  sunos32_machdep.c
   23 .endif
   24 
   25 .include <bsd.kmodule.mk>

Cache object: ab6fa945ae4b5d6a40580841d6c22005


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.