Home | History | Annotate | Line # | Download | only in elf2bb
Makefile revision 1.1.2.2
      1  1.1.2.2  thorpej #	$NetBSD: Makefile,v 1.1.2.2 2002/01/10 19:37:26 thorpej Exp $
      2  1.1.2.2  thorpej #
      3  1.1.2.2  thorpej CPPFLAGS+= -I.
      4  1.1.2.2  thorpej HOSTPROG=	elf2bb
      5  1.1.2.2  thorpej MKMAN=	no
      6  1.1.2.2  thorpej SRCS=	elf2bb.c chksum.c
      7  1.1.2.2  thorpej 
      8  1.1.2.2  thorpej .include <bsd.hostprog.mk>
      9