summaryrefslogtreecommitdiff
path: root/libexec/getty
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 09:50:19 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 09:50:19 +0000
commit1100c0013116f4af50d7a5b8bf23db2a13892714 (patch)
tree51df4f210477ce05c47ea90818f4ca05c7479989 /libexec/getty
parent3e08d559a869564e3397e171f38f89c737911a47 (diff)
Notes
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index 697e81ae0bb4..f9679586a487 100644
--- a/libexec/getty/Makefile
+++ b/libexec/getty/Makefile
@@ -6,6 +6,8 @@ SRCS= main.c init.c subr.c chat.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= gettytab.5 ttys.5 getty.8
+
+WARNS?= 1
WFORMAT=0
.include <bsd.prog.mk>