diff options
Diffstat (limited to 'libexec/fingerd')
-rw-r--r-- | libexec/fingerd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index ae92564..b6382ad 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -5,8 +5,8 @@ PROG= fingerd DPADD= ${LIBUTIL} LDADD= -lutil MAN= fingerd.8 -WARNS?= 2 +WARNS?= 2 WFORMAT=0 .include <bsd.prog.mk> |