Makefile revision 116282
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/dd/Makefile 116282 2003-06-13 07:04:02Z markm $
3
4PROG=	dd
5SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
6
7MAINTAINER=	green@FreeBSD.org
8
9.include <bsd.prog.mk>
10