Fix `make clean' bug... the file might not be present
This commit is contained in:
parent
95e6648004
commit
0b421a6019
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.2 2006/09/21 01:54:15 reinoud Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2006/09/21 17:33:08 reinoud Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
PROG= lseek
|
||||
|
||||
clean:
|
||||
rm test-file
|
||||
rm -f test-file
|
||||
|
||||
regress: ${PROG}
|
||||
@set -e; \
|
||||
|
Loading…
Reference in New Issue
Block a user