summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arlcontrol
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-02-09 10:35:28 +0000
committerstefanf <stefanf@FreeBSD.org>2005-02-09 10:35:28 +0000
commit5770c8b1bdd946a156d6649a9993cb0f8e3b1cad (patch)
tree43f4a9e0d4094488ac93174a6b29404966300a68 /usr.sbin/arlcontrol
parent0fce40c381e412d18386a32dd5b87b32a439af3f (diff)
downloadFreeBSD-src-5770c8b1bdd946a156d6649a9993cb0f8e3b1cad.zip
FreeBSD-src-5770c8b1bdd946a156d6649a9993cb0f8e3b1cad.tar.gz
Use CFLAGS+=.
Diffstat (limited to 'usr.sbin/arlcontrol')
-rw-r--r--usr.sbin/arlcontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/arlcontrol/Makefile b/usr.sbin/arlcontrol/Makefile
index b9b8153..dc95a93 100644
--- a/usr.sbin/arlcontrol/Makefile
+++ b/usr.sbin/arlcontrol/Makefile
@@ -4,7 +4,7 @@
#
PROG= arlcontrol
-CFLAGS= -I${.CURDIR}/../../sys -DARLCACHE
+CFLAGS+= -I${.CURDIR}/../../sys -DARLCACHE
MAN= arlcontrol.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud