#define PassCDebugFlags
NormalLibraryObjectRule()
SUBDIRS = ccache keytab krb rcache free os kdb des crc-32
+#ifdef HasVfprintf
+VPOBJS=
+VPSRCS=
+#else
+VPOBJS=vfprintf.o vsprintf.o
+VPSRCS=vfprintf.c vsprintf.c
+#endif
+
OBJS = \
cryptoconf.o \
perror.o \
syslog.o \
- vfprintf.o \
- vsprintf.o
+ $(VPOBJS)
+
SRCS = \
cryptoconf.c \
perror.c \
syslog.c \
- vfprintf.c \
- vsprintf.c
+ $(VPSRCS)
MakeSubdirs($(SUBDIRS))