diff options
-rw-r--r-- | .prerel | 2 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | daemon/Makefile | 2 | ||||
-rw-r--r-- | man/Makefile | 2 | ||||
-rw-r--r-- | modules/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
@@ -1 +1 @@ -5 +6 @@ -3,6 +3,7 @@ # Main Makefile for the autofs user-space tools # +-include Makefile.conf include Makefile.rules .PHONY: daemon all kernel clean install install_kernel mrproper diff --git a/daemon/Makefile b/daemon/Makefile index 6bb89b9..27ec2b0 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -3,7 +3,7 @@ # Makefile for autofs # -include ../Makefile.conf +-include ../Makefile.conf include ../Makefile.rules SRCS = automount.c spawn.c module.c mount.c diff --git a/man/Makefile b/man/Makefile index 328f3a4..e6a4d4e 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,6 +1,6 @@ # $Id$ -include ../Makefile.conf +-include ../Makefile.conf include ../Makefile.rules install: diff --git a/modules/Makefile b/modules/Makefile index 3c1ddc8..fc0fed5 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -3,7 +3,7 @@ # Makefile for autofs # -include ../Makefile.conf +-include ../Makefile.conf include ../Makefile.rules SRCS := lookup_yp.c lookup_file.c lookup_program.c \ |