diff options
| author | willf <none@none> | 2007-08-30 12:27:42 -0700 |
|---|---|---|
| committer | willf <none@none> | 2007-08-30 12:27:42 -0700 |
| commit | c5a6e212a67ff7faf3d8d443180c88b4642113af (patch) | |
| tree | d4991c74dd57ef46444617133a795de1927dc081 /usr/src/cmd/krb5 | |
| parent | b70cafdfdd03ddf9f34e9e61d764ab79c9ef9949 (diff) | |
| download | illumos-joyent-c5a6e212a67ff7faf3d8d443180c88b4642113af.tar.gz | |
6399903 Support for Kerberos Records in LDAP Directory (fix build, ELF versioning)
Diffstat (limited to 'usr/src/cmd/krb5')
| -rw-r--r-- | usr/src/cmd/krb5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/krb5/Makefile b/usr/src/cmd/krb5/Makefile index 947284f969..f711f096df 100644 --- a/usr/src/cmd/krb5/Makefile +++ b/usr/src/cmd/krb5/Makefile @@ -35,11 +35,13 @@ _msg: $(SUBDIRS) .KEEP_STATE: - all clean clobber delete install lint catalog package: $(SUBDIRS) check: $(CHECKHDRS) +# ldap_util has a dependency on kadmin/cli/getdate.o +ldap_util: kadmin + $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |
