aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-10-01 01:10:51 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-08-29 10:49:28 +0000
commitbefc478229660bca9cbda38d73f6b9d7c8918ded (patch)
treec0b7a637634097f50dc06fd96fb0cdab88b7cc86 /libexec/rtld-elf
parentb5ead234dc25157f0540ed3991859136778616f5 (diff)
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/Makefile1
-rw-r--r--libexec/rtld-elf/tests/libpythagoras/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index a51acf68068a..48fd4f6f01c0 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -42,7 +42,6 @@ LDFLAGS+= -nostdlib -e .rtld_start
.endif
NO_WCAST_ALIGN= yes
-WARNS?= 6
INSTALLFLAGS= -C -b
PRECIOUSPROG=
BINDIR= /libexec
diff --git a/libexec/rtld-elf/tests/libpythagoras/Makefile b/libexec/rtld-elf/tests/libpythagoras/Makefile
index 7c9583960953..9ad4b883015c 100644
--- a/libexec/rtld-elf/tests/libpythagoras/Makefile
+++ b/libexec/rtld-elf/tests/libpythagoras/Makefile
@@ -10,7 +10,6 @@ SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
SRCS= pythagoras.c
-WARNS?= 6
LIBADD= m
.include <bsd.lib.mk>