diff options
author | ru <ru@FreeBSD.org> | 2005-02-12 18:09:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-12 18:09:20 +0000 |
commit | 768d0ef9bc8cac529be7296aefab9c38689dc8ef (patch) | |
tree | 47687039da9d85b127eb5a1311d6123281a0c92d /tools | |
parent | 2511132c4e7c2d7765d059b8c68ebe75e7f7c660 (diff) | |
download | FreeBSD-src-768d0ef9bc8cac529be7296aefab9c38689dc8ef.zip FreeBSD-src-768d0ef9bc8cac529be7296aefab9c38689dc8ef.tar.gz |
Add to CFLAGS.
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 609eaf4..ce40836 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} |