b0ca5f031d
o s/unsigned/unsigned int/g o Add -Wall btxld can now be built as a cross-tool for cross-building i386/pc98 on platforms that don't have btxld (such as alpha).
10 lines
100 B
Makefile
10 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= btxld
|
|
SRCS= btxld.c elfh.c
|
|
MAN8= btxld.8
|
|
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|