diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-03-29 10:35:32 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-03-29 10:35:32 +0000 |
commit | 3d43c5ffc90e497d84a6cbc549fa05ace8f76572 (patch) | |
tree | dc9235ff4799a411d3f2b75fd02c4dbf8a90c79f /daemon | |
parent | e1dbb9fe60aa8bf48b07ce2896838f76cc98e226 (diff) | |
download | autofs3-3d43c5ffc90e497d84a6cbc549fa05ace8f76572.tar.gz autofs3-3d43c5ffc90e497d84a6cbc549fa05ace8f76572.tar.xz autofs3-3d43c5ffc90e497d84a6cbc549fa05ace8f76572.zip |
Make the existence of Makefile.conf optional so "make distclean" works
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |