NetBSD/regress/bin/cp/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

12 lines
192 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/07/16 16:26:10 jschauma Exp $
NOMAN= # defined
clean:
rm -fr file file2 file3 link dir dir2 dirlink
regress:
@sh ${.CURDIR}/cp.sh
.include <bsd.prog.mk>