diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | Makefile.rules | 3 | ||||
-rw-r--r-- | README | 6 |
3 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,7 @@ +# $Id$ +# +# Main Makefile for the autofs user-space tools +# SUBDIRS = daemon modules man INCDIRS = include samples INCFILES = COPYING COPYRIGHT NEWS README TODO Makefile Makefile.rules \ diff --git a/Makefile.rules b/Makefile.rules index f340719..13b4f32 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1,6 +1,7 @@ # -*- makefile -*- +# $Id$ # -# Makefile rules +# Makefile rules for autofs project # # Compilers, linkers and flags @@ -1,3 +1,5 @@ +$Id$ + autofs is a kernel-based automounter for Linux. It is still under development, although it seems to be stabilizing relatively quickly. @@ -10,7 +12,9 @@ to see if there are any options you need to change, then you can: The kernel code is no longer distributed with the autofs daemon; it is now only distributed with the kernel code. A diff is included for kernel version 2.0.30; autofs will be included directly into 2.0.31 -when that version is released. +when that version is released. The kernel source code for the 2.0 and +2.1 kernels are now dissociated; the 2.1 VFS has diverged so +drastically that keeping the code synchronized is no longer a possibility. autofs was written by H. Peter Anvin of Transmeta Corporation, see the COPYRIGHT file. |