diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-19 00:23:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-19 00:23:08 +0000 |
commit | 9cff29e0426ca5d4e86f14cdcdd8ba83892c5abe (patch) | |
tree | 1330cf3be65b62eeced106f056515a9f7281c5c0 /distrib/notes/Makefile | |
parent | de7f54faff07eb0d7477ad092b452f5223b55956 (diff) |
forceful clean
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 8e63b59a14f..18bbf1adb7b 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -17,7 +17,7 @@ $(TARG): $(DEP) cpp -I$(.CURDIR)/$M -DMACHINE=$M -Uunix -U$M -C -P $(SRC) > $@ clean cleandir: - -/bin/rm INSTALL.* + -/bin/rm -f INSTALL.* beforeinstall: cp ${TARG} ${DESTDIR}/snapshot/ |