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_freebsd/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.7 2019/06/18 01:43:07 christos Exp $
    2 
    3 .include "../Makefile.inc"
    4 .include "../Makefile.assym"
    5 
    6 KMOD=   compat_freebsd
    7 
    8 CPPFLAGS+=      -DSYSVSHM -DSYSVSEM -DSYSVMSG -DKTRACE -DPTRACE -DNTP
    9 CPPFLAGS+=      -DCOMPAT_FREEBSD -DQUOTA
   10 
   11 .PATH:  ${S}/compat/freebsd
   12 
   13 SRCS+=  freebsd_exec.c freebsd_exec_elf32.c
   14 SRCS+=  freebsd_file.c freebsd_fork.c freebsd_ioctl.c freebsd_ipc.c
   15 SRCS+=  freebsd_misc.c freebsd_ptrace.c freebsd_sched.c freebsd_syscalls.c
   16 SRCS+=  freebsd_sysctl.c freebsd_sysent.c freebsd_mod.c
   17 
   18 .if ${MACHINE_ARCH} == "i386"
   19 CPPFLAGS+=      -DEXEC_ELF32
   20 SRCS+=  freebsd_machdep.c freebsd_syscall.c freebsd_sigcode.S
   21 .endif
   22 
   23 WARNS=  3
   24 
   25 .include <bsd.kmodule.mk>

Cache object: 98980ca1a9dc79ce86dfc1ec20fc7270


[ 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.