From owner-cvs-lkm Sun Feb 1 10:14:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10729 for cvs-lkm-outgoing; Sun, 1 Feb 1998 10:14:19 -0800 (PST) (envelope-from owner-cvs-lkm) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10304; Sun, 1 Feb 1998 10:12:25 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28414; Sun, 1 Feb 1998 10:12:15 -0800 (PST) Date: Sun, 1 Feb 1998 10:12:15 -0800 (PST) Message-Id: <199802011812.KAA28414@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG Subject: cvs commit: src/lkm/ccd Makefile src/lkm/coff Makefile src/lkm/ibcs2 Makefile src/lkm/if_disc Makefile src/lkm/if_ppp Makefile src/lkm/if_sl Makefile src/lkm/if_tun Makefile src/lkm/joy Makefile src/lkm/qcam Makefile Sender: owner-cvs-lkm@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 10:12:15 PST Modified files: lkm/ccd Makefile lkm/coff Makefile lkm/ibcs2 Makefile lkm/if_disc Makefile lkm/if_ppp Makefile lkm/if_sl Makefile lkm/if_tun Makefile lkm/joy Makefile lkm/qcam Makefile Log: Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. Revision Changes Path 1.6 +1 -2 src/lkm/ccd/Makefile 1.5 +2 -2 src/lkm/coff/Makefile 1.14 +2 -2 src/lkm/ibcs2/Makefile 1.5 +1 -2 src/lkm/if_disc/Makefile 1.13 +1 -2 src/lkm/if_ppp/Makefile 1.6 +1 -2 src/lkm/if_sl/Makefile 1.6 +1 -2 src/lkm/if_tun/Makefile 1.7 +2 -2 src/lkm/joy/Makefile 1.8 +2 -2 src/lkm/qcam/Makefile