diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-20 03:24:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-20 03:24:24 +0000 |
commit | 925d09e9abfa7fcf07726b802b2e0a13d5d63ab2 (patch) | |
tree | 013af1939f622200c3923551edfe91e283d721ba /bin/chmod/Makefile | |
parent | f06df90bde1e73a82aa87799b579299f6c8a608c (diff) | |
download | src-925d09e9abfa7fcf07726b802b2e0a13d5d63ab2.tar.gz src-925d09e9abfa7fcf07726b802b2e0a13d5d63ab2.zip |
Make this compile with WARNS=2
Notes
Notes:
svn path=/head/; revision=76871
Diffstat (limited to 'bin/chmod/Makefile')
-rw-r--r-- | bin/chmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 71006d00a523..303657698330 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -3,4 +3,6 @@ PROG= chmod +WARNS= 2 + .include <bsd.prog.mk> |