cvs commit: src/sys/modules/pf Makefile src/sys/modules/pflog Makefile

Yar Tikhiy yar at FreeBSD.org
Thu Mar 9 15:48:46 UTC 2006


yar         2006-03-09 15:48:45 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/pf       Makefile 
    sys/modules/pflog    Makefile 
  Log:
  The `pf' and `pflog' sources do not depend on DEV_PF or DEV_PFLOG,
  which is normal for own files of a device driver.
  
  DEV_FOO should be used if an unrelated kernel file needs to know of
  the `foo' driver's static presence.  Obviously, module source files
  should never use DEV_*.
  
  Revision  Changes    Path
  1.10      +0 -3      src/sys/modules/pf/Makefile
  1.5       +0 -3      src/sys/modules/pflog/Makefile


More information about the cvs-src mailing list