112dc321de
<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
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= elf2aout
|
|
NOMAN=
|
|
NO_WERROR?=
|
|
WARNS?= 5
|
|
CFLAGS+= -I${.CURDIR}/../../usr.sbin/crunch/crunchide
|
|
|
|
.include <bsd.prog.mk>
|