From 809ad9288f874709f772e727c9f582031b8015af Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 31 Jul 2004 15:07:33 +0000 Subject: [PATCH] ftpd(8) seems to be WARNS=2 clean now. Tested on: i386, ia64, amd64, sparc64, alpha --- libexec/ftpd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index d8783578e8a0..f4ff5ef6663c 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -9,6 +9,7 @@ CFLAGS+=-DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING CFLAGS+=-DINET6 CFLAGS+=-I${.CURDIR} YFLAGS= +WARNS?= 2 WFORMAT=0 DPADD= ${LIBUTIL} ${LIBCRYPT}