Home | History | Annotate | Line # | Download | only in dd
Makefile revision 1.10
      1  1.10  lukem #	$NetBSD: Makefile,v 1.10 2002/11/29 13:11:10 lukem 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.9  lukem .ifdef SMALLPROG
      8   1.9  lukem CPPFLAGS+=	-DNO_CONV
      9   1.9  lukem .else
     10   1.9  lukem SRCS+=		conv_tab.c
     11   1.9  lukem .endif
     12   1.7  lukem 
     13   1.7  lukem WARNS=2
     14   1.1  glass 
     15   1.1  glass .include <bsd.prog.mk>
     16