summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-07-16 11:07:07 +0000
committerjohan <johan@FreeBSD.org>2004-07-16 11:07:07 +0000
commitbc489758c0fe0e33863da8fbf5c738b63c5c8145 (patch)
tree864c16a4de7bd93349e756998f8f8261547ec314 /usr.bin/hexdump/Makefile
parentf13c17093c678b6045650991d47d7df6bbe0b58d (diff)
downloadFreeBSD-src-bc489758c0fe0e33863da8fbf5c738b63c5c8145.zip
FreeBSD-src-bc489758c0fe0e33863da8fbf5c738b63c5c8145.tar.gz
Include <string.h> to get memset and strcmp prototype.
Sort includes. This is now WARNS=2 clean, bump WARNS to keep it clean.
Diffstat (limited to 'usr.bin/hexdump/Makefile')
-rw-r--r--usr.bin/hexdump/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile
index 4cd3cc5..be572cf 100644
--- a/usr.bin/hexdump/Makefile
+++ b/usr.bin/hexdump/Makefile
@@ -7,5 +7,6 @@ MAN= hexdump.1 od.1
MLINKS= hexdump.1 hd.1
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud