1c3fc710e2
(This version is still limited to ELF64.) Reviewed by: jake
9 lines
110 B
Makefile
9 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= elf2aout
|
|
CFLAGS+=-I${.CURDIR}/../crunch/crunchide
|
|
WARNS?= 5
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|