diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-05-03 16:24:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:30 -0500 |
commit | 001f13eb4f05c5746bc9ff248594f684277ff34f (patch) | |
tree | c2d98c2a84536b4c7dbb9fbb7e691efacd92063e | |
parent | 7b8f931d2d13377494a230ff8345b3ee7520219a (diff) | |
download | samba-001f13eb4f05c5746bc9ff248594f684277ff34f.tar.gz samba-001f13eb4f05c5746bc9ff248594f684277ff34f.tar.bz2 samba-001f13eb4f05c5746bc9ff248594f684277ff34f.zip |
r6609: remove double entry for [BINARY::getntacl]
metze
(This used to be commit 55c9746da847d053d0c5a1b599da24af0a9e4b71)
-rw-r--r-- | source4/utils/config.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 4cf807e2d7..0d220c7c60 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -83,18 +83,3 @@ REQUIRED_SUBSYSTEMS = \ LIB_SECURITY_NDR # End BINARY nmblookup ################################# - -################################# -# Start BINARY getnacl -[BINARY::getntacl] -OBJ_FILES = \ - utils/getntacl.o -REQUIRED_SUBSYSTEMS = \ - CONFIG \ - LIBBASIC \ - LIBTALLOC \ - NDR_XATTR \ - LIB_SECURITY \ - NDR_MISC -# End BINARY getntacl -################################# |