summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-11-27 18:58:56 +0000
committerjedgar <jedgar@FreeBSD.org>2001-11-27 18:58:56 +0000
commite2d493068034e1a56a6c6c59118e6256a2c0aa1d (patch)
tree55bb024690a022233c0b25c34bc7455edb61cba7 /usr.sbin/extattrctl/Makefile
parent977889cb9d61ebcb8563ff464fb1cac03613d54f (diff)
downloadFreeBSD-src-e2d493068034e1a56a6c6c59118e6256a2c0aa1d.zip
FreeBSD-src-e2d493068034e1a56a6c6c59118e6256a2c0aa1d.tar.gz
Make extattrctl WARNS?=2-safe:
o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main() Approved by: rwatson Obtained from: TrustedBSD Project
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r--usr.sbin/extattrctl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile
index 496a8aa..52142af 100644
--- a/usr.sbin/extattrctl/Makefile
+++ b/usr.sbin/extattrctl/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= extattrctl
+WARNS?= 2
MAN= extattrctl.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud