From 3801aaaf35d7cadc0ab1b2b629946170e5c2330c Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 8 Feb 2000 05:27:18 +0000 Subject: be consistent with other makefiles: use CFLAGS+= instead of COPTS+= --- sbin/brconfig/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/brconfig/Makefile b/sbin/brconfig/Makefile index 3409da399c6..397bc4edefe 100644 --- a/sbin/brconfig/Makefile +++ b/sbin/brconfig/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 1999/09/01 03:28:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/08 05:27:17 jason Exp $ -PROG= brconfig -MAN= brconfig.8 -COPTS+= -Wall +PROG= brconfig +MAN= brconfig.8 +CFLAGS+= -Wall .include -- cgit v1.2.3