freebsd-dev/usr.bin/elf2aout/Makefile
Ruslan Ermilov 112dc321de Back out the removal (here too) of the "custom" version of
<sys/endian.h>.  It is needed to cross-build sparc64 on
RELENG_4 and to build sparc64 on say 5.0-DP1 (on systems
without <sys/endian.h>).  This will be revisited when we
create RELENG_5.

Spotted by:	make universe
2003-02-19 15:25:07 +00:00

10 lines
135 B
Makefile

# $FreeBSD$
PROG= elf2aout
NOMAN=
NO_WERROR?=
WARNS?= 5
CFLAGS+= -I${.CURDIR}/../../usr.sbin/crunch/crunchide
.include <bsd.prog.mk>