summaryrefslogtreecommitdiff
path: root/distrib/special/dd/Makefile
blob: 07fc974dd8b5216c459dfaf8e221e92fe8a32a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2005/08/02 11:16:44 espie Exp $

COPTS+=-Os
# Define NO_CONV to disable character conversion
CFLAGS+=-DNO_CONV
LDFLAGS=-static

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

.PATH:	${.CURDIR}/../../../bin/dd

.include <bsd.prog.mk>