8 lines
189 B
Makefile
8 lines
189 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 11/23/91
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:47:47 mycroft Exp $
|
|
|
|
PROG= dd
|
|
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
|
|
|
|
.include <bsd.prog.mk>
|