xref: /freebsd/bin/dd/Makefile (revision a8445737e740901f5f2c8d24c12ef7fc8b00134e)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2#	$Id: Makefile,v 1.5 1998/01/07 22:31:17 joerg Exp $
3
4PROG=	dd
5SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
6
7.include <bsd.prog.mk>
8