Home | History | Annotate | Line # | Download | only in elf2bb
Makefile revision 1.1.22.1
      1  1.1.22.1      he #	$NetBSD: Makefile,v 1.1.22.1 2005/04/06 10:06:30 he Exp $
      2       1.1  mhitch #
      3       1.1  mhitch CPPFLAGS+= -I.
      4  1.1.22.1      he PROG=	elf2bb
      5       1.1  mhitch MKMAN=	no
      6       1.1  mhitch SRCS=	elf2bb.c chksum.c
      7       1.1  mhitch 
      8  1.1.22.1      he .include <bsd.prog.mk>
      9