depend:: includes
+install::
+ $(MAKE) $(MFLAGS) install.man
+
/**/# rebuild the Makefiles in the master source tree
mastermakefiles::
-$(MV) Makefile Makefile.bak
DEPLIBS = $(OSDEPLIB)
LOCAL_LIBRARIES = $(KLIBLOC) -l$(OSLIB) $(COMERRLIB) $(DBMLIB)
-SimpleProgramTarget(kdb5_anadd)
+Krb5AdminProgramTarget(kdb5_anadd)
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-SimpleProgramTarget(kdb5_create)
+Krb5AdminProgramTarget(kdb5_create)
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-SimpleProgramTarget(kdb5_destroy)
+Krb5AdminProgramTarget(kdb5_destroy)
$(RM) kdb5_ed_ct.c
NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallAdminProgram(kdb5_edit)
SaberProgramTarget(kdb5_edit,$(SRCS),$(OBJS),$(LOCAL_LIBRARIES),)
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-SimpleProgramTarget(kdb5_stash)
+Krb5AdminProgramTarget(kdb5_stash)
DEFINES = -DKERBEROS -DKRB5 -DMAIL_USE_POP $(OSDEFS) $(HESDEFS)
OSDEFS = -DMAIL_USE_FLOCK -DBSD
-SimpleProgramTarget(movemail)
+SimpleTestProgramTarget(movemail)
all:: popper
NormalProgramTarget(popper,$(OBJS),$(DEP_LIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallServerProgram(popper)
#if 0
NormalProgramTarget(spop,$(SPOP_OBJS),$(DEP_LIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallServerProgram(spop)
#endif
DependTarget()
LOCAL_LIBRARIES = $(KLIB)
INCLUDES = -I..
-SimpleProgramTarget(sim_client)
+SimpleTestProgramTarget(sim_client)
LOCAL_LIBRARIES = $(KLIB)
INCLUDES = -I..
-SimpleProgramTarget(sim_server)
+SimpleTestProgramTarget(sim_server)
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
-SimpleProgramTarget(kdestroy)
+Krb5ClientProgramTarget(kdestroy)
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
-SimpleProgramTarget(kinit)
+Krb5ClientProgramTarget(kinit)
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
-SimpleProgramTarget(klist)
+Krb5ClientProgramTarget(klist)
NormalProgramTarget(krb5kdc,$(OBJS),$(KDBDEPLIB) $(DEPKLIB), \
$(KDBLIB) $(KLIB) $(K4LIB),)
+Krb5InstallServerProgram(krb5kdc)
clean::
$(RM) kdc5_err.h kdc5_err.c
all:: kprop kpropd
NormalProgramTarget(kprop,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallAdminProgram(kprop)
+
NormalProgramTarget(kpropd,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallAdminProgram(kpropd)
+
SaberProgramTarget(kprop, $(CLIENTSRCS), $(CLIENTOBJS),
$(DEPLIBS) $(LOCAL_LIBRARIES),)
SaberProgramTarget(kpropd, $(SERVERSRCS), $(SERVEROBJS),
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-SimpleProgramTarget(kdb5_mkdums)
+SimpleTestProgramTarget(kdb5_mkdums)
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
-SimpleProgramTarget(kdc5_hammer)
+SimpleTestProgramTarget(kdc5_hammer)
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-SimpleProgramTarget(kdb5_verify)
+SimpleTestProgramTarget(kdb5_verify)