50385af97a
+ 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
10 lines
94 B
Makefile
10 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= btxld
|
|
MAN= btxld.8
|
|
SRCS= btxld.c elfh.c
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|