Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 1997 18:37:53 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG
Subject:   cvs commit: src/lkm/if_ppp Makefile
Message-ID:  <199710180137.SAA15646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/10/17 18:37:53 PDT

  Modified files:
    lkm/if_ppp           Makefile 
  Log:
  Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and
  PPP_DEFLATE options... The code uses #if defined(PPP_DEFLATE) etc, so the
  original method of "#define PPP_DEFLATE 0" did not actually disable
  anything.  It was not possible to configure out bsdcomp or zlib
  compression.  Also, join the settings for PPP_FILTER and NBPFILTER together
  since they are related here (can't have PPP_FILTER without NBPFILTER).
  
  Revision  Changes    Path
  1.8       +13 -6     src/lkm/if_ppp/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710180137.SAA15646>