summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorhjl <hjl>1999-10-18 23:21:12 +0000
committerhjl <hjl>1999-10-18 23:21:12 +0000
commit8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 (patch)
tree0904ef8554ed680fe3244fa618685e1fb7ea148b /Makefile
downloadnfs-utils-8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9.tar.gz
nfs-utils-8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9.tar.xz
nfs-utils-8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9.zip
Initial revision
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2789f00
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,22 @@
+#
+# linux-nfs/Makefile
+#
+
+SUBDIRS = tools support utils
+TOP =
+
+include $(TOP)rules.mk
+
+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