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