NetBSD/regress/bin/dd/Makefile
dbj 378c93dfc4 add regression test to check combination of bs and conv options
this checks for a bug fixed in revision 1.24 of src/bin/dd/args.c
2004-01-17 05:47:28 +00:00

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>