diff options
author | ed <ed@FreeBSD.org> | 2010-01-02 11:07:44 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-01-02 11:07:44 +0000 |
commit | 073cafdd42b9cd60313d46f72dcb8893ae606832 (patch) | |
tree | 047b2248578529f6f9f0d1449eb7730ec0c88de1 /usr.sbin/yp_mkdb | |
parent | d9aab11948655b94750fecea82d6e921b18fab1e (diff) | |
download | FreeBSD-src-073cafdd42b9cd60313d46f72dcb8893ae606832.zip FreeBSD-src-073cafdd42b9cd60313d46f72dcb8893ae606832.tar.gz |
The last big commit: let usr.sbin/ use WARNS=6 by default.
Diffstat (limited to 'usr.sbin/yp_mkdb')
-rw-r--r-- | usr.sbin/yp_mkdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile index 973da6e..1c41105 100644 --- a/usr.sbin/yp_mkdb/Makefile +++ b/usr.sbin/yp_mkdb/Makefile @@ -9,4 +9,6 @@ SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c CFLAGS+= -Dyp_error=warnx CFLAGS+= -I${.CURDIR}/../../libexec/ypxfr -I${.CURDIR}/../../usr.sbin/ypserv +WARNS?= 1 + .include <bsd.prog.mk> |