diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 12:38:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:27 -0500 |
commit | 141658d1ea86cd8d9938cf467b27641a8683f52f (patch) | |
tree | 98523199e2eb7483a501c566fb0dd20cb053bfa2 /source4/utils | |
parent | ebea5caed7d5a997dae49f50ecc1c9240a048840 (diff) | |
download | samba-141658d1ea86cd8d9938cf467b27641a8683f52f.tar.gz samba-141658d1ea86cd8d9938cf467b27641a8683f52f.tar.bz2 samba-141658d1ea86cd8d9938cf467b27641a8683f52f.zip |
r13930: this tools are currently just oneliners, which depend on printf()
metze
(This used to be commit f4e1855dec2c985854e79b3799131d8314ca1e4d)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/config.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk index aab31ea790..db6abe09e1 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -54,10 +54,7 @@ REQUIRED_SUBSYSTEMS = \ #INSTALLDIR = BINDIR OBJ_FILES = \ setntacl.o -REQUIRED_SUBSYSTEMS = \ - CONFIG \ - LIBBASIC \ - NDR_XATTR +REQUIRED_SUBSYSTEMS = # End BINARY setntacl ################################# @@ -67,11 +64,7 @@ REQUIRED_SUBSYSTEMS = \ INSTALLDIR = BINDIR OBJ_FILES = \ setnttoken.o -REQUIRED_SUBSYSTEMS = \ - CONFIG \ - LIBBASIC \ - NDR_XATTR \ - NDR_SECURITY +REQUIRED_SUBSYSTEMS = # End BINARY setnttoken ################################# |