summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-12 18:09:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-12 18:09:20 +0000
commit1042be684d3fe7f1653dfa0575739589d9265c2a (patch)
tree47687039da9d85b127eb5a1311d6123281a0c92d /tools
parentb0b4b28bf1329fa9b0b77ab930e7339fc5969abd (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/lib/libc/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/net/Makefile b/tools/regression/lib/libc/net/Makefile
index 609eaf4b0894..ce40836bd066 100644
--- a/tools/regression/lib/libc/net/Makefile
+++ b/tools/regression/lib/libc/net/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
TESTS= test-eui64_aton test-eui64_line test-eui64_ntoa
-CFLAGS= -g -Wall
+CFLAGS+= -g -Wall
.PHONY: tests
tests: ${TESTS}