summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-01-23 13:55:32 +0000
committerdelphij <delphij@FreeBSD.org>2006-01-23 13:55:32 +0000
commite545650ae6d77ca3ade0d19b8f5b9ca35eae1e84 (patch)
tree924a183c4f5ee3c5ce4845ac06cd9e8686bca769 /usr.sbin/btxld/Makefile
parent8873885f5e9fde0fe1848264ac58a69d86f17f98 (diff)
downloadFreeBSD-src-e545650ae6d77ca3ade0d19b8f5b9ca35eae1e84.zip
FreeBSD-src-e545650ae6d77ca3ade0d19b8f5b9ca35eae1e84.tar.gz
An old patch from Dan Lukes <dan at obluda.cz>:
+ Include netinet/in.h for ntohl() * Since the return value was tested separately, cast the values to size_t in order to shut up compiler warnings. + Raise WARNS= level to 6 PR: bin/71666
Diffstat (limited to 'usr.sbin/btxld/Makefile')
-rw-r--r--usr.sbin/btxld/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile
index 32cf99d..6ca452e 100644
--- a/usr.sbin/btxld/Makefile
+++ b/usr.sbin/btxld/Makefile
@@ -4,4 +4,6 @@ PROG= btxld
MAN= btxld.8
SRCS= btxld.c elfh.c
+WARNS?= 6
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud