]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - Makefile
auth_reload calls in cache.
[nfs-utils.git] / Makefile
index dcc6b361eeeb357f65fd1dadc9e598e8d69130eb..5c69ae9bb96372a091501b7a6608d1ea7729fde8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,18 @@
 SUBDIRS        = tools support utils
 TOP    = 
 
 SUBDIRS        = tools support utils
 TOP    = 
 
+all:: config.mk utils/statd/.depend
+install:: all
+
 include $(TOP)rules.mk
 
 include $(TOP)rules.mk
 
+
+config.mk:
+       ./configure
+
+utils/statd/.depend:
+       $(MAKE) $(MFLAGS) dep
+
 distclean clean::
        rm -f postscript/*.ps
        rm -f LOG make.log
 distclean clean::
        rm -f postscript/*.ps
        rm -f LOG make.log