xref: /netbsd-src/bin/dd/Makefile (revision ce63d6c20fc4ec8ddc95c84bb229e3c4ecf82b69)
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