summaryrefslogtreecommitdiff
path: root/source4/utils/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-23 03:24:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:22 -0500
commitdcb960e601b216f6a725477c352e546037255561 (patch)
tree92867432e8fee8bffdaf738c1ba8cfa3ebb6b68e /source4/utils/config.mk
parent81a39f964e5efcbfb9242273e71703ca9151c679 (diff)
downloadsamba-dcb960e601b216f6a725477c352e546037255561.tar.gz
samba-dcb960e601b216f6a725477c352e546037255561.tar.bz2
samba-dcb960e601b216f6a725477c352e546037255561.zip
r13073: Add manpage for getntacl, disable setntacl
(This used to be commit 656e202233ff11b162a1137150faaaec68d74d2f)
Diffstat (limited to 'source4/utils/config.mk')
-rw-r--r--source4/utils/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk
index a37b8ce6d6..6d63908330 100644
--- a/source4/utils/config.mk
+++ b/source4/utils/config.mk
@@ -35,6 +35,7 @@ MANPAGE = man/ntlm_auth.1
#################################
# Start BINARY getntacl
[BINARY::getntacl]
+MANPAGE = man/getntacl.1
INSTALLDIR = BINDIR
OBJ_FILES = \
getntacl.o
@@ -49,7 +50,8 @@ REQUIRED_SUBSYSTEMS = \
#################################
# Start BINARY setntacl
[BINARY::setntacl]
-INSTALLDIR = BINDIR
+# disabled until rewritten
+#INSTALLDIR = BINDIR
OBJ_FILES = \
setntacl.o
REQUIRED_SUBSYSTEMS = \