Home | History | Annotate | Line # | Download | only in objdump
Makefile revision 1.1.1.3
      1  1.1.1.3  christos #	$NetBSD: Makefile,v 1.1.1.3 2022/12/23 17:02:16 christos Exp $
      2      1.1  christos 
      3      1.1  christos PROG=		objdump
      4      1.1  christos 
      5      1.1  christos CPPFLAGS+=-DOBJDUMP_PRIVATE_VECTORS=""
      6      1.1  christos 
      7  1.1.1.3  christos PROGDPLIBS+=	gnuctf 	${TOP}/${BFDSUBDIR}/libgnuctf
      8  1.1.1.3  christos 
      9      1.1  christos .include "${.CURDIR}/../common/Makefile.prog"
     10