diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-09 21:49:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-09 21:49:48 +0000 |
commit | f6e8ebebf22cff694e10cd22bfbea4fef1fe6334 (patch) | |
tree | 4a541a4ba8ac46f3f73f5fd26b53317078b5af20 | |
parent | 6c91790ff9a908184e895c6fdef826ff49035e9c (diff) |
-rm here
-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 87437387664..8e63b59a14f 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 INSTALL.* beforeinstall: cp ${TARG} ${DESTDIR}/snapshot/ |