summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-10-20 20:49:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-10-20 20:49:46 +0000
commitf4f33ea0c752ff0f9bfad34991d5bbb54e71133d (patch)
tree40442a08324132e6e11845ccaa4f3e675edc8a4f /gnu/usr.bin
parentb0dee75e6460644cb00f57245a3e797626a0083f (diff)
parent4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/dialog/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index bcca9b353303..71496f774830 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -7,6 +7,4 @@ LIBADD= dialog ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}
-WARNS?= 6
-
.include <bsd.prog.mk>