xref: /original-bsd/bin/dd/Makefile (revision 921787c4)
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