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/pf/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.15 2020/10/18 19:56:42 christos Exp $
    2 
    3 .include "../Makefile.inc"
    4 
    5 .PATH:  ${S}/dist/pf/net ${S}/dist/pf/netinet
    6 
    7 KMOD=   pf
    8 IOCONF= pf.ioconf
    9 SRCS=   if_compat.c
   10 SRCS+=  if_pflog.c
   11 SRCS+=  pf.c
   12 SRCS+=  pf_if.c
   13 SRCS+=  pf_ioctl.c
   14 SRCS+=  pf_mtag.c
   15 SRCS+=  pf_norm.c
   16 SRCS+=  pf_osfp.c
   17 SRCS+=  pf_ruleset.c
   18 SRCS+=  pf_table.c
   19 SRCS+=  tcp_rndiss.c
   20 
   21 CPPFLAGS+=      -I${S}/dist/pf -I${S} -DINET6 -DINET
   22 
   23 WARNS=  3
   24 
   25 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc"
   26 COPTS.pf.c+=    -Wno-error=implicit-fallthrough
   27 .endif
   28 COPTS.pf.c+=   ${NO_ADDR_OF_PACKED_MEMBER}
   29 COPTS.pf_norm.c+=   ${NO_ADDR_OF_PACKED_MEMBER}
   30 COPTS.pf_table.c+=   ${NO_ADDR_OF_PACKED_MEMBER}
   31 
   32 .include <bsd.kmodule.mk>

Cache object: 16814eee7a37f0a43ec9a77ed8b7d256


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