mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
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
9 lines
163 B
Makefile
9 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>
|