Date: Sun, 1 Feb 1998 10:12:15 -0800 (PST) From: Bruce Evans <bde@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 Message-ID: <199802011812.KAA28414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802011812.KAA28414>