delphij ff89495d57 MFC Makefile,v 1.12 and btxld.c,v 1.10:
+ 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
Submitted by:	Dan Lukes <dan at obluda.cz>
2006-05-12 02:28:20 +00:00

10 lines
94 B
Makefile

# $FreeBSD$
PROG= btxld
MAN= btxld.8
SRCS= btxld.c elfh.c
WARNS?= 6
.include <bsd.prog.mk>