378c93dfc4
this checks for a bug fixed in revision 1.24 of src/bin/dd/args.c
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/01/17 05:47:28 dbj Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@sh ${.CURDIR}/dd.sh
|
|
@sh ${.CURDIR}/dd_conv_bs.sh
|
|
|
|
.include <bsd.prog.mk>
|