ed7c19f867
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.
12 lines
192 B
Makefile
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>
|