freebsd-dev/usr.sbin/btxld/Makefile
Marcel Moolenaar b0ca5f031d o Allow btxld to be compiled on 64-bit machines
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).
2000-01-04 14:10:36 +00:00

10 lines
100 B
Makefile

# $FreeBSD$
PROG= btxld
SRCS= btxld.c elfh.c
MAN8= btxld.8
CFLAGS+= -Wall
.include <bsd.prog.mk>