From 20f429cfb8c9cef47d585e65f1f4019e26c18e2f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 15 Jul 2014 09:03:41 +0200 Subject: [PATCH] kernel/netgraph7: Remove unneeded CFLAGS. --- sys/netgraph7/bluetooth/drivers/bt3c/Makefile | 2 -- sys/netgraph7/bluetooth/drivers/ubt/Makefile | 2 -- sys/netgraph7/bluetooth/drivers/ubtbcmfw/Makefile | 2 -- 3 files changed, 6 deletions(-) diff --git a/sys/netgraph7/bluetooth/drivers/bt3c/Makefile b/sys/netgraph7/bluetooth/drivers/bt3c/Makefile index eafd5aa52f..a22275bd3f 100644 --- a/sys/netgraph7/bluetooth/drivers/bt3c/Makefile +++ b/sys/netgraph7/bluetooth/drivers/bt3c/Makefile @@ -1,8 +1,6 @@ # $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $ # $FreeBSD: head/sys/modules/netgraph/bluetooth/bt3c/Makefile 155824 2006-02-18 23:49:28Z yar $ -CFLAGS+= -I${.CURDIR}/../../include - KMOD= ng_bt3c SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h pccarddevs.h diff --git a/sys/netgraph7/bluetooth/drivers/ubt/Makefile b/sys/netgraph7/bluetooth/drivers/ubt/Makefile index ae63532217..8d29374822 100644 --- a/sys/netgraph7/bluetooth/drivers/ubt/Makefile +++ b/sys/netgraph7/bluetooth/drivers/ubt/Makefile @@ -1,8 +1,6 @@ # $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $ # $FreeBSD: head/sys/modules/netgraph/bluetooth/ubt/Makefile 192909 2009-05-27 16:43:40Z thompsa $ -CFLAGS+= -I${.CURDIR}/../../include - KMOD= ng_ubt SRCS= ng_ubt.c opt_bus.h opt_usb.h device_if.h bus_if.h \ usb_if.h usbdevs.h diff --git a/sys/netgraph7/bluetooth/drivers/ubtbcmfw/Makefile b/sys/netgraph7/bluetooth/drivers/ubtbcmfw/Makefile index e5474851f3..fc1fe6457a 100644 --- a/sys/netgraph7/bluetooth/drivers/ubtbcmfw/Makefile +++ b/sys/netgraph7/bluetooth/drivers/ubtbcmfw/Makefile @@ -1,8 +1,6 @@ # $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $ # $FreeBSD: head/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile 192909 2009-05-27 16:43:40Z thompsa $ -CFLAGS+= -I${.CURDIR}/../../include - KMOD= ubtbcmfw SRCS= ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \ usb_if.h usbdevs.h -- 2.41.0