From e38809b8d94147c1e06ed088d9966d24d85d45a3 Mon Sep 17 00:00:00 2001 From: jmg Date: Sun, 26 Oct 1997 04:58:27 +0000 Subject: use += on cflags Submitted-by: Steve Price --- sbin/kldunload/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/kldunload') diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index faf372f..2d541ff 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -23,13 +23,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $ +# $Id: Makefile,v 1.2 1997/10/19 11:15:45 jmg Exp $ # PROG= kldunload SRCS= kldunload.c MAN8= kldunload.8 -CFLAGS= -I${.CURDIR}/../../sys +CFLAGS+=-I${.CURDIR}/../../sys .include -- cgit v1.1