1995-10-13 21:35:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:26 gwr Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
# Build a smaller dd (i.e. for boot media)
|
|
|
|
|
|
|
|
PROG= dd
|
|
|
|
NOMAN=
|
|
|
|
|
1995-10-13 21:10:06 +03:00
|
|
|
SRCDIR= ${BSDSRCDIR}/bin/dd
|
1995-10-09 02:08:46 +03:00
|
|
|
|
|
|
|
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>
|
1995-10-13 21:35:17 +03:00
|
|
|
|
|
|
|
.PATH: ${SRCDIR}
|