diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-11-05 01:13:07 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-11-05 01:13:07 +0000 |
commit | 8e618f6dcae16af89c1f997ea28818d2041be184 (patch) | |
tree | f356fae77e20f46703a89aa0aeec31885624ba4b /samples | |
parent | ca8319499268f07a02e95e0030ccbac8b59606ce (diff) | |
download | autofs3-8e618f6dcae16af89c1f997ea28818d2041be184.tar.gz autofs3-8e618f6dcae16af89c1f997ea28818d2041be184.tar.xz autofs3-8e618f6dcae16af89c1f997ea28818d2041be184.zip |
Various documentation changes to be more RedHat-friendly and less Debian-
centric; add .spec file from RedHat RPM (goal is to be able to at least
publish the SRPM file automatically); add pointer to HOWTO.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/samples/Makefile b/samples/Makefile new file mode 100644 index 0000000..4e7ebf4 --- /dev/null +++ b/samples/Makefile @@ -0,0 +1,15 @@ +# $Id$ + +-include ../Makefile.conf +include ../Makefile.rules + +all: + +clean: + +install: all + -mv -f $(INSTALLROOT)/etc/auto.master $(INSTALLROOT)/etc/auto.master.old + install -c auto.master -m 644 $(INSTALLROOT)/etc + -mv -f $(INSTALLROOT)/etc/auto.misc $(INSTALLROOT)/etc/auto.misc.old + install -c auto.misc -m 644 $(INSTALLROOT)/etc + install -c rc.autofs -m 744 $(INSTALLROOT)$(initdir)/autofs |