diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-12 18:09:20 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-12 18:09:20 +0000 |
| commit | 1042be684d3fe7f1653dfa0575739589d9265c2a (patch) | |
| tree | 47687039da9d85b127eb5a1311d6123281a0c92d /tools | |
| parent | b0b4b28bf1329fa9b0b77ab930e7339fc5969abd (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/lib/libc/net/Makefile | 2 |
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} |
