NetBSD/distrib/utils/x_dd/Makefile

19 lines
314 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1999/05/19 04:17:50 gwr Exp $
# Build a smaller dd (i.e. for boot media)
PROG= dd
MKMAN= no
SRCDIR= ${BSDSRCDIR}/bin/dd
SRCS= args.c conv.c dd.c misc.c position.c
# SRCS+= conv_tab.c (not used)
1997-10-22 06:11:56 +04:00
CPPFLAGS+= -DNO_CONV -I${SRCDIR}
all: ${PROG}
.include <bsd.prog.mk>
1995-10-13 21:35:17 +03:00
.PATH: ${SRCDIR}