summaryrefslogtreecommitdiffstats
path: root/libexec/getty
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-02-04 02:33:51 +0000
committerkris <kris@FreeBSD.org>2002-02-04 02:33:51 +0000
commitc60495e0deb8c8fa4c0852c07a119c94c17daef5 (patch)
treee09124432cef9c966bca17527d441825168a4358 /libexec/getty
parentb2cbfe083041c4b5929472f089f1e788ee2fb705 (diff)
downloadFreeBSD-src-c60495e0deb8c8fa4c0852c07a119c94c17daef5.zip
FreeBSD-src-c60495e0deb8c8fa4c0852c07a119c94c17daef5.tar.gz
Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index f86d1d3..697e81a 100644
--- a/libexec/getty/Makefile
+++ b/libexec/getty/Makefile
@@ -6,8 +6,7 @@ SRCS= main.c init.c subr.c chat.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= gettytab.5 ttys.5 getty.8
-# for the paranoid:
-#CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
+WFORMAT=0
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud