Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2001/11/25 06:53:48 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	dd
5SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
6
7WARNS=2
8
9.include <bsd.prog.mk>
10