freebsd-dev/usr.bin/elf2aout/Makefile
Ruslan Ermilov 1c3fc710e2 Make it work for a different endianness binary.
(This version is still limited to ELF64.)

Reviewed by:	jake
2002-05-25 13:43:16 +00:00

9 lines
110 B
Makefile

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