diff options
author | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-25 14:34:57 +0000 |
---|---|---|
committer | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-25 14:34:57 +0000 |
commit | e80dde60e31e01918d3019ca2da010ff29f5c78d (patch) | |
tree | 21c2c56ffeed951fb6b6db6eb767badcf8d9d154 /usr.bin/xinstall/Makefile | |
parent | 3ac2b177426dbabe0d560b2219824fe2d2311ba1 (diff) |
- 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/Makefile | 1 |
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> |