Makefile revision 1.3
1 2PROG= crunchide 3SRCS= crunchide.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c 4 5.include <bsd.prog.mk> 6