diff options
author | kris <kris@FreeBSD.org> | 2002-02-04 02:33:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-02-04 02:33:51 +0000 |
commit | c60495e0deb8c8fa4c0852c07a119c94c17daef5 (patch) | |
tree | e09124432cef9c966bca17527d441825168a4358 /libexec/ftpd/Makefile | |
parent | b2cbfe083041c4b5929472f089f1e788ee2fb705 (diff) | |
download | FreeBSD-src-c60495e0deb8c8fa4c0852c07a119c94c17daef5.zip FreeBSD-src-c60495e0deb8c8fa4c0852c07a119c94c17daef5.tar.gz |
Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 437e927..7b3a89d 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -9,6 +9,7 @@ CFLAGS+=-DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall CFLAGS+=-DINET6 CFLAGS+=-I${.CURDIR} YFLAGS= +WFORMAT=0 DPADD= ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LDADD= -lmd -lcrypt -lutil |