X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0000000000000000000000000000000000000000;hp=5c69ae9bb96372a091501b7a6608d1ea7729fde8;hb=bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149;hpb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b diff --git a/Makefile b/Makefile deleted file mode 100644 index 5c69ae9..0000000 --- a/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# -# linux-nfs/Makefile -# - -SUBDIRS = tools support utils -TOP = - -all:: config.mk utils/statd/.depend -install:: all - -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:: - rm -fr bin - rm -f config.cache config.log config.mk config.status - -install:: installman - if [ ! -d $(STATEDIR) ]; then mkdir -p $(STATEDIR); fi - touch $(STATEDIR)/xtab; chmod 644 $(STATEDIR)/xtab - touch $(STATEDIR)/etab; chmod 644 $(STATEDIR)/etab - touch $(STATEDIR)/rmtab; chmod 644 $(STATEDIR)/rmtab - mkdir -p $(STATEDIR)/sm $(STATEDIR)/sm.bak - touch $(STATEDIR)/state - chmod go-rwx $(STATEDIR)/sm $(STATEDIR)/sm.bak $(STATEDIR)/state - chown $(STATDUSER) $(STATEDIR)/sm $(STATEDIR)/sm.bak $(STATEDIR)/state