Home | History | Annotate | Line # | Download | only in elf2bb
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2016/09/17 17:09:10 christos Exp $
      2  1.1    mhitch #
      3  1.4  christos 
      4  1.4  christos .include <bsd.init.mk>
      5  1.4  christos 
      6  1.1    mhitch CPPFLAGS+= -I.
      7  1.2       jmc PROG=	elf2bb
      8  1.1    mhitch MKMAN=	no
      9  1.1    mhitch SRCS=	elf2bb.c chksum.c
     10  1.1    mhitch 
     11  1.2       jmc .include <bsd.prog.mk>
     12