xref: /csrg-svn/bin/dd/Makefile (revision 60681)
1#	@(#)Makefile	8.1 (Berkeley) 05/31/93
2
3PROG=	dd
4SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
5
6.include <bsd.prog.mk>
7