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/nfslockd/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 # $FreeBSD: releng/8.3/sys/modules/nfslockd/Makefile 197836 2009-10-07 14:14:05Z nyan $
    2 
    3 .PATH: ${.CURDIR}/../../nlm ${.CURDIR}/../../rpc
    4 KMOD=   nfslockd
    5 SRCS=   vnode_if.h \
    6         nlm_advlock.c \
    7         nlm_prot_clnt.c \
    8         nlm_prot_impl.c \
    9         nlm_prot_server.c \
   10         nlm_prot_svc.c \
   11         nlm_prot_xdr.c \
   12         sm_inter_xdr.c
   13 SRCS+=  opt_inet6.h opt_nfs.h
   14 
   15 .if !defined(KERNBUILDDIR)
   16 NFS_INET6?=     1       # 0/1 - requires INET6 to be configured in kernel
   17 
   18 .if ${NFS_INET6} > 0
   19 opt_inet6.h:
   20         echo "#define INET6 1" > ${.TARGET}
   21 .endif
   22 
   23 .endif
   24 
   25 .include <bsd.kmod.mk>

Cache object: 1a3cabeb0bf83a99636e7af9f04b28f0


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