diff options
author | H. Peter Anvin <hpa@zytor.com> | 1999-03-07 22:39:33 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1999-03-07 22:39:33 +0000 |
commit | 26a63a3d3aa695fd8866556f490bf6cd214540cf (patch) | |
tree | 39aaae14aae06d020f70b04554d4e40e3157baf9 | |
parent | aa840f23efa9e3a677860eccf8f7e4da2278457d (diff) | |
download | autofs3-26a63a3d3aa695fd8866556f490bf6cd214540cf.tar.gz autofs3-26a63a3d3aa695fd8866556f490bf6cd214540cf.tar.xz autofs3-26a63a3d3aa695fd8866556f490bf6cd214540cf.zip |
"make clean" should delete rc.autofs.
-rw-r--r-- | samples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/Makefile b/samples/Makefile index c7a216f..30d57ab 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -6,6 +6,7 @@ include ../Makefile.rules all: rc.autofs clean: + rm -f rc.autofs install: all -mv -f $(INSTALLROOT)/etc/auto.master $(INSTALLROOT)/etc/auto.master.old |