summaryrefslogtreecommitdiff
path: root/bin/dd/Makefile
blob: 77ed658fc9e1ee41b952e2eaf011a6517d13ab70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.10 2002/11/29 13:11:10 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	dd
SRCS=	args.c conv.c dd.c misc.c position.c

.ifdef SMALLPROG
CPPFLAGS+=	-DNO_CONV
.else
SRCS+=		conv_tab.c
.endif

WARNS=2

.include <bsd.prog.mk>