NetBSD/regress/bin/Makefile
jschauma ed7c19f867 Add a regression test for cp(1) to test simple copying of files, directories
links etc.
This currently does not test the flags -i, -f, and -v.  It also does not
test removal of setuid or setgid bits if the owner can't be changed, nor
does it check creation of device nodes etc.
2006-07-16 16:26:10 +00:00

6 lines
127 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/07/16 16:26:10 jschauma Exp $
SUBDIR+= cp dd df expr pax sh systrace
.include <bsd.subdir.mk>