xref: /freebsd/bin/dd/Makefile (revision 42c159fe388a3765f69860c84183700af37aca8a)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4PROG=	dd
5SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
6WARNS=	0
7WFORMAT=0
8
9MAINTAINER=	green@FreeBSD.org
10
11.include <bsd.prog.mk>
12