freebsd-dev/usr.sbin/btxld/Makefile
Xin LI 50385af97a 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
2006-01-23 13:55:32 +00:00

10 lines
94 B
Makefile

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