diff options
author | kib <kib@FreeBSD.org> | 2016-11-22 09:35:50 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-11-22 09:35:50 +0000 |
commit | fa7011d2748026ac5d125fc882bddef165fa8305 (patch) | |
tree | 224a0d95c8cf7563e60b953afcccd2fb7ab7a03f /libexec | |
parent | a0c278e1ff9e12b0d2716d96eab8499cd124918b (diff) | |
download | FreeBSD-src-fa7011d2748026ac5d125fc882bddef165fa8305.zip FreeBSD-src-fa7011d2748026ac5d125fc882bddef165fa8305.tar.gz |
MFC r308687:
Update hint to utilize user variable.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index de98da2..b62bff0 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -2,7 +2,7 @@ # Use the following command to build local debug version of dynamic # linker: -# make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all +# make DEBUG_FLAGS=-g DEBUG=-DDEBUG WITHOUT_TESTS=yes all .include <src.opts.mk> PACKAGE= clibs |