070cadfcc4
This avoids the need to build a target-specific crunchide for cross- uilds. Differential Revision: https://reviews.freebsd.org/D2314 Sponsored by: The FreeBSD Foundation
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= crunchide
|
|
SRCS= crunchide.c exec_elf32.c exec_elf64.c
|
|
|
|
CFLAGS+=-DNLIST_ELF32 -DNLIST_ELF64
|
|
exec_elf64.o: exec_elf32.c
|
|
|
|
.include <bsd.prog.mk>
|