1# @(#)Makefile 5.4 (Berkeley) 11/23/91 2 3PROG= dd 4SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c 5 6.include <bsd.prog.mk> 7