aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorSuleiman Souhlal <ssouhlal@FreeBSD.org>2005-01-25 14:34:57 +0000
committerSuleiman Souhlal <ssouhlal@FreeBSD.org>2005-01-25 14:34:57 +0000
commite80dde60e31e01918d3019ca2da010ff29f5c78d (patch)
tree21c2c56ffeed951fb6b6db6eb767badcf8d9d154 /usr.bin/xinstall/Makefile
parent3ac2b177426dbabe0d560b2219824fe2d2311ba1 (diff)
downloadsrc-e80dde60e31e01918d3019ca2da010ff29f5c78d.tar.gz
src-e80dde60e31e01918d3019ca2da010ff29f5c78d.zip
- Make WARNS?= 6 clean
- Add WARNS?= 6 Approved by: stefanf, grehan (mentor)
Notes
Notes: svn path=/head/; revision=140817
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index e6ff88e90a5b..594f1dcfbf79 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -4,5 +4,6 @@
PROG= xinstall
PROGNAME= install
MAN= install.1
+WARNS?= 6
.include <bsd.prog.mk>