Home | History | Annotate | Line # | Download | only in elf2bb
Makefile revision 1.1
      1  1.1  mhitch #	$NetBSD: Makefile,v 1.1 2001/12/19 06:51:05 mhitch Exp $
      2  1.1  mhitch #
      3  1.1  mhitch CPPFLAGS+= -I.
      4  1.1  mhitch HOSTPROG=	elf2bb
      5  1.1  mhitch MKMAN=	no
      6  1.1  mhitch SRCS=	elf2bb.c chksum.c
      7  1.1  mhitch 
      8  1.1  mhitch .include <bsd.hostprog.mk>
      9