summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chpass/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index e958956..7f7ac51 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -9,7 +9,6 @@ PROG= chpass
SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c
BINOWN= root
BINMODE=4555
-WARNS?= 5
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif