summaryrefslogtreecommitdiff
path: root/distrib/utils/x_dd/Makefile
blob: 4beb74c50bf1733b41a7bc5eed4b261c985e8ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:13 todd Exp $
# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:43 scottr Exp $
# Build a smaller dd (i.e. for boot media)

PROG=	dd
NOMAN=	

SRCDIR= ${.CURDIR}/../../../bin/dd

SRCS=	args.c conv.c dd.c misc.c position.c
# SRCS+= conv_tab.c (not used)

CFLAGS+= -DNO_CONV -I${SRCDIR}

all: ${PROG}

.include <bsd.prog.mk>

.PATH:  ${SRCDIR}