1# $FreeBSD$ 2 3PROG= crunchide 4SRCS= crunchide.c exec_aout.c exec_elf32.c exec_elf64.c 5 6.include <bsd.prog.mk> 7