aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-04 02:33:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-04 02:33:51 +0000
commit9357f4121d711efe51bf00036d474d5fc95f9efc (patch)
treee09124432cef9c966bca17527d441825168a4358 /libexec/getty/Makefile
parent01d719241863a44279aa5f90a3300d8f4cea9f47 (diff)
downloadsrc-9357f4121d711efe51bf00036d474d5fc95f9efc.tar.gz
src-9357f4121d711efe51bf00036d474d5fc95f9efc.zip
Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.
Notes
Notes: svn path=/head/; revision=90164
Diffstat (limited to 'libexec/getty/Makefile')
-rw-r--r--libexec/getty/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index f86d1d3ce61b..697e81ae0bb4 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>