summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-03-28 10:39:22 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-03-28 10:39:22 +1100
commit4eb694389c88dd33f5ebea78c11ca1cb108357d2 (patch)
tree3a5ffbd53b4bc82a2771ce04e19e271f8b97a9fe /source4/Makefile
parent4ddce8c28ca5abe2ac52cfb3a2956803f585b51a (diff)
downloadsamba-4eb694389c88dd33f5ebea78c11ca1cb108357d2.tar.gz
samba-4eb694389c88dd33f5ebea78c11ca1cb108357d2.tar.bz2
samba-4eb694389c88dd33f5ebea78c11ca1cb108357d2.zip
No longer install SWAT files
Andrew Bartlett (This used to be commit cd275862c65542ea1118cfb76d7d1b082427098a)
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 914f15826a..4b70597aa5 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -163,7 +163,8 @@ installdat:: installdirs
@$(SHELL) $(srcdir)/script/installdat.sh $(DESTDIR)$(datadir) $(srcdir)
installswat:: installdirs
- @$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)$(SWATDIR) $(srcdir)
+#SWAT has been disabled until further notice
+# @$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)$(SWATDIR) $(srcdir)
installman:: manpages installdirs
@$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(mandir) $(MANPAGES)