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