2001-12-12 03:05:09 +03:00
|
|
|
# $NetBSD: Makefile,v 1.14 2001/12/12 00:05:11 tv Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
# Build a smaller dd (i.e. for boot media)
|
|
|
|
|
2001-12-12 03:05:09 +03:00
|
|
|
SRCDIR= ${.CURDIR}/../../../bin/dd
|
1995-10-09 02:08:46 +03:00
|
|
|
|
2001-12-12 03:05:09 +03:00
|
|
|
PROG= dd
|
|
|
|
NOMAN= # defined
|
1995-10-09 02:08:46 +03:00
|
|
|
|
2001-12-12 03:05:09 +03:00
|
|
|
SRCS= args.c conv.c dd.c misc.c position.c strsuftoull.c
|
|
|
|
CPPFLAGS+= -DNO_CONV -I${SRCDIR}
|
1995-10-09 02:08:46 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
1995-10-13 21:35:17 +03:00
|
|
|
|
2001-12-12 03:05:09 +03:00
|
|
|
.PATH: ${SRCDIR}
|