Home | History | Annotate | Line # | Download | only in dd
Makefile revision 1.11.10.1
      1  1.11.10.1   matt #	$NetBSD: Makefile,v 1.11.10.1 2007/11/06 23:07:17 matt Exp $
      2        1.4    cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3        1.1  glass 
      4        1.1  glass PROG=	dd
      5       1.10  lukem SRCS=	args.c conv.c dd.c misc.c position.c
      6        1.9  lukem 
      7  1.11.10.1   matt DPADD+=	${LIBUTIL}
      8  1.11.10.1   matt LDADD+=	-lutil
      9  1.11.10.1   matt 
     10        1.9  lukem .ifdef SMALLPROG
     11        1.9  lukem CPPFLAGS+=	-DNO_CONV
     12        1.9  lukem .else
     13        1.9  lukem SRCS+=		conv_tab.c
     14        1.9  lukem .endif
     15        1.7  lukem 
     16        1.1  glass .include <bsd.prog.mk>
     17