Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 1997/08/02 21:30:14 perry Exp $
2
3PROG=   crunchide
4SRCS=	crunchide.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c
5
6.include <bsd.prog.mk>
7