fix worst-case buffer sizes for non-blocking I/O
[unix-history] / usr / src / bin / dd / Makefile
# @(#)Makefile 5.3 (Berkeley) %G%
PROG= dd
CFLAGS+= -I${.CURDIR}
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
.include <bsd.prog.mk>