xref: /freebsd/bin/dd/Makefile (revision a316b26e50bbed7cf655fbba726ab87d8ab7599d)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2#	$Id$
3
4PROG=	dd
5SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
6
7.include <bsd.prog.mk>
8