From owner-cvs-lkm Fri Oct 17 18:39:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA21230 for cvs-lkm-outgoing; Fri, 17 Oct 1997 18:39:32 -0700 (PDT) (envelope-from owner-cvs-lkm) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA21204; Fri, 17 Oct 1997 18:39:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA15646; Fri, 17 Oct 1997 18:37:53 -0700 (PDT) Date: Fri, 17 Oct 1997 18:37:53 -0700 (PDT) Message-Id: <199710180137.SAA15646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG Subject: cvs commit: src/lkm/if_ppp Makefile Sender: owner-cvs-lkm@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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