Home | History | Annotate | Line # | Download | only in dd
Makefile revision 1.14.2.1
      1  1.14.2.1  bouyer #	$NetBSD: Makefile,v 1.14.2.1 2011/02/08 16:18:27 bouyer Exp $
      2       1.4     cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3       1.1   glass 
      4  1.14.2.1  bouyer RUMPPRG=dd
      5      1.10   lukem SRCS=	args.c conv.c dd.c misc.c position.c
      6       1.9   lukem 
      7      1.12   lukem DPADD+=	${LIBUTIL}
      8      1.12   lukem LDADD+=	-lutil
      9      1.12   lukem 
     10       1.9   lukem .ifdef SMALLPROG
     11      1.13   pooka CPPFLAGS+=	-DNO_CONV -DSMALL
     12       1.9   lukem .else
     13       1.9   lukem SRCS+=		conv_tab.c
     14      1.14   pooka .ifndef CRUNCHEDPROG
     15      1.13   pooka DPADD+= 	${LIBRUMPCLIENT}
     16      1.13   pooka LDADD+= 	-lrumpclient
     17      1.14   pooka .else
     18      1.14   pooka CPPFLAGS+=	-DSMALL
     19      1.14   pooka .endif
     20       1.9   lukem .endif
     21       1.7   lukem 
     22       1.1   glass .include <bsd.prog.mk>
     23