X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=09fd85423cf584877adc505fcb28a47f0413e5f9;hp=0000000000000000000000000000000000000000;hb=ac5b03be829b4c9369ebfb07a688308721103228;hpb=371ca25167a217d647971384c37aa3fcee8a4aef diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..09fd854 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,50 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = tools support utils linux-nfs + +MAINTAINERCLEANFILES = Makefile.in + +EXTRA_DIST = \ + autogen.sh \ + \ + debian/changelog \ + debian/control \ + debian/copyright \ + debian/etc.exports \ + debian/idmapd.conf \ + debian/nfs-common.conffiles \ + debian/nfs-common.default \ + debian/nfs-common.dirs \ + debian/nfs-common.files \ + debian/nfs-common.init \ + debian/nfs-common.install \ + debian/nfs-common.postinst \ + debian/nfs-common.postrm \ + debian/nfs-common.prerm \ + debian/nfs-kernel-server.NEWS \ + debian/nfs-kernel-server.conffiles \ + debian/nfs-kernel-server.default \ + debian/nfs-kernel-server.dirs \ + debian/nfs-kernel-server.init \ + debian/nfs-kernel-server.postinst \ + debian/nfs-kernel-server.postrm \ + debian/nfs-kernel-server.prerm \ + debian/nhfsstone.dirs \ + debian/nhfsstone.files \ + debian/nhfsstone.postinst \ + debian/nhfsstone.prerm \ + debian/rules \ + \ + aclocal/nfs-utils.m4 \ + aclocal/kerberos5.m4 \ + aclocal/tcp-wrappers.m4 + +install-data-hook: + 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