summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2005-02-01 09:26:34 +0000
committernik <nik@FreeBSD.org>2005-02-01 09:26:34 +0000
commite789f38245af3056aeb4a79d68ca09524bc969d6 (patch)
tree36a690d6991dd78922e851d7843672da043d82f6 /tools
parent110a2bf37caf229d48df394070aebe21f3ebbf1d (diff)
downloadFreeBSD-src-e789f38245af3056aeb4a79d68ca09524bc969d6.zip
FreeBSD-src-e789f38245af3056aeb4a79d68ca09524bc969d6.tar.gz
Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option,
and LDLIBS to specify -ltap. Submitted by: ru
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/lib/libc/string/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/regression/lib/libc/string/Makefile b/tools/regression/lib/libc/string/Makefile
index 469042f..af76f9d 100644
--- a/tools/regression/lib/libc/string/Makefile
+++ b/tools/regression/lib/libc/string/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
-CFLAGS= -I/usr/local/include -L/usr/local/lib
-LDFLAGS= -ltap
+CFLAGS+= -I/usr/local/include
+LDFLAGS+= -L/usr/local/lib
+LDLIBS= -ltap
TESTS= test-strerror
OpenPOWER on IntegriCloud