peter f3a4628bcc ia64 support. Hide a.out support solely under i386. While alpha never
was released in a.out form, it does define the a.out data structures.
The ia64 port does not.
2001-10-23 10:18:41 +00:00

11 lines
154 B
Makefile

# $FreeBSD$
PROG= crunchide
SRCS= crunchide.c exec_elf32.c exec_elf64.c
.if ${MACHINE_ARCH} == i386
SRCS+= exec_aout.c
.endif
.include <bsd.prog.mk>