diff options
-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 |