Makefile revision 87323
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/dd/Makefile 87323 2001-12-04 01:57:47Z obrien $
3
4PROG=	dd
5SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
6WARNS=	0
7
8MAINTAINER=	green@FreeBSD.org
9
10.include <bsd.prog.mk>
11