xref: /freebsd/bin/dd/Makefile (revision 5d10e1f7dfbe41e77a7bccca3740086b848df587)
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