xref: /netbsd-src/bin/dd/Makefile (revision d9158b13b5dfe46201430699a3f7a235ecf28df3)
1#	from: @(#)Makefile	5.4 (Berkeley) 11/23/91
2#	$Id: Makefile,v 1.2 1993/08/01 05:47:47 mycroft 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