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 /modules | |
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 'modules')
-rw-r--r-- | modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |