diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2005-02-01 09:26:34 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2005-02-01 09:26:34 +0000 |
| commit | 8948ad6b589aaf2459bcf77708a353f0a5b6da64 (patch) | |
| tree | 36a690d6991dd78922e851d7843672da043d82f6 /tools | |
| parent | 2b40ba25ccefa730bd6775b841dd6567e6b77928 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/lib/libc/string/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/regression/lib/libc/string/Makefile b/tools/regression/lib/libc/string/Makefile index 469042fa69c3..af76f9d9777d 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 |
