summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-11 14:49:13 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-10-11 14:52:27 +1100
commit1722074a9b4b7370ae50ba7a0b787c5f325f592b (patch)
treeee16a29e483492676283658873c0c1737864e967 /source3/Makefile.in
parenta0588fdea82ab1b5d4dbd8bf75b01b82c0879d21 (diff)
downloadsamba-1722074a9b4b7370ae50ba7a0b787c5f325f592b.tar.gz
samba-1722074a9b4b7370ae50ba7a0b787c5f325f592b.tar.bz2
samba-1722074a9b4b7370ae50ba7a0b787c5f325f592b.zip
vfs: Remove irixacl module (all the fucntions in it are unimplemented)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b202df3745..bafa82aba9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -876,7 +876,6 @@ VFS_AIXACL2_OBJ = modules/vfs_aixacl2.o modules/vfs_aixacl_util.o modules/nfs4_a
VFS_SOLARISACL_OBJ = modules/vfs_solarisacl.o
VFS_ZFSACL_OBJ = modules/vfs_zfsacl.o modules/nfs4_acls.o
VFS_HPUXACL_OBJ = modules/vfs_hpuxacl.o
-VFS_IRIXACL_OBJ = modules/vfs_irixacl.o
VFS_TRU64ACL_OBJ = modules/vfs_tru64acl.o
VFS_CATIA_OBJ = modules/vfs_catia.o
VFS_STREAMS_XATTR_OBJ = modules/vfs_streams_xattr.o
@@ -2816,10 +2815,6 @@ bin/zfsacl.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_ZFSACL_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_ZFSACL_OBJ) @ZFSACL_LIBS@
-bin/irixacl.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_IRIXACL_OBJ)
- @echo "Building plugin $@"
- @$(SHLD_MODULE) $(VFS_IRIXACL_OBJ)
-
bin/hpuxacl.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_HPUXACL_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_HPUXACL_OBJ)