xref: /freebsd/bin/dd/Makefile (revision 17d6c636720d00f77e5d098daf4c278f89d84f7b)
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
7
8MAINTAINER=	green@FreeBSD.org
9
10.include <bsd.prog.mk>
11