fix worst-case buffer sizes for non-blocking I/O
[unix-history] / usr / src / bin / dd / Makefile
CommitLineData
a5de6a89 1# @(#)Makefile 5.3 (Berkeley) %G%
7298efc2 2
770d844a 3PROG= dd
a5de6a89
KB
4CFLAGS+= -I${.CURDIR}
5SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
7298efc2 6
770d844a 7.include <bsd.prog.mk>