aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commitb7946da96b4498519f66f3f5fe72d1474bf13f7d (patch)
tree756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/hexdump
parent01cc221b4cb01158146875b6acbd412cbbef4a88 (diff)
downloadsrc-b7946da96b4498519f66f3f5fe72d1474bf13f7d.tar.gz
src-b7946da96b4498519f66f3f5fe72d1474bf13f7d.zip
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Notes
Notes: svn path=/head/; revision=201386
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile
index 3252fc9af147..4cd3cc5dc62f 100644
--- a/usr.bin/hexdump/Makefile
+++ b/usr.bin/hexdump/Makefile
@@ -7,6 +7,5 @@ MAN= hexdump.1 od.1
MLINKS= hexdump.1 hd.1
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
-WARNS?= 6
.include <bsd.prog.mk>