xref: /dragonfly/bin/dd/Makefile (revision 2c603719)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/bin/dd/Makefile,v 1.8 1999/12/07 03:32:37 green Exp $
3# $DragonFly: src/bin/dd/Makefile,v 1.4 2004/09/26 15:38:44 asmodai Exp $
4
5PROG=	dd
6SRCS=	args.c conv.c conv_tab.c dd.c misc.c position.c
7
8WARNS?=	6
9
10.include <bsd.prog.mk>
11