summaryrefslogtreecommitdiff
path: root/distrib/special/dd/Makefile
blob: 045f6c2d1b15ab2a7de4c64b846c1e2a80f7b9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.2 2008/09/15 18:13:36 kurt Exp $

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

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

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

.include <bsd.prog.mk>