diff options
author | uqs <uqs@FreeBSD.org> | 2010-02-15 14:07:40 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-02-15 14:07:40 +0000 |
commit | 764da0e641e9fca71388f727ed611bbe71d396a4 (patch) | |
tree | 0ec1be21c8a6013f205547c640d8a59780152d52 /sbin/ffsinfo/Makefile | |
parent | 12d96a648c305fb1eb3f73bffaeab15cb5b6c516 (diff) | |
download | FreeBSD-src-764da0e641e9fca71388f727ed611bbe71d396a4.zip FreeBSD-src-764da0e641e9fca71388f727ed611bbe71d396a4.tar.gz |
Bump WARNS where possible.
Checked by: make universe
Approved by: ed (co-mentor)
Diffstat (limited to 'sbin/ffsinfo/Makefile')
-rw-r--r-- | sbin/ffsinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index a1ffef7..88b267d 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -11,7 +11,7 @@ PROG= ffsinfo SRCS= ffsinfo.c debug.c MAN= ffsinfo.8 -WARNS?= 0 +WARNS?= 1 CFLAGS+=-DFS_DEBUG -I${GROWFS} DPADD= ${LIBUFS} LDADD= -lufs |